Following example will compile still without errors even when the comment semicolon would be deleted, but crashes badly when been started then.
Code: Select all
If OpenConsole()
Define.l answ, value = 7
If value*2 < 3 : answ = 0 : Else : answ = 1 : EndIf
PrintN(Str(answ))
; PrintN(Str(value*2 < 3))
Input()
EndIf