08-25-2012, 01: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?