2012-08-25, 02:10 AM
Could parse the ambiguity by saying "THEN" or newline?
IF a (then)
a=a+1
end if
So an alternate if construction is:
IF <condition>
list of statements
END IF
Would that work?
IF a (then)
a=a+1
end if
So an alternate if construction is:
IF <condition>
list of statements
END IF
Would that work?

