Closed yoavnir closed 1 year ago
This condition doesn't compile, not even in a specs file:
if a=='-' & length(b)%2==0 then
You get the message: Missing THEN after IF at index 6 with condition "a=='-'"
Missing THEN after IF at index 6 with condition "a=='-'"
Would be better to make the parser smarter, perhaps by attempting to gather all the tokens until the THEN in the condition?
THEN
This condition doesn't compile, not even in a specs file:
You get the message:
Missing THEN after IF at index 6 with condition "a=='-'"
Would be better to make the parser smarter, perhaps by attempting to gather all the tokens until the
THEN
in the condition?