Description
Start anchor after optional literal. Something like the following causes problems:
("in"? @MonthInd{-PARTOF(DateInd) -> Month} NUM{-> Year}){-> DateInd, CREATE(RDate, "year" = Year, "month" = Month, "day" = Day)};
Start anchor after optional literal. Something like the following causes problems:
("in"? @MonthInd{-PARTOF(DateInd) -> Month} NUM{-> Year}){-> DateInd, CREATE(RDate, "year" = Year, "month" = Month, "day" = Day)};