IF <expr1> [= | < | >] <expr2> THEN ….. [ELSE …..]


Does conditional evaluation of expressions.

If numApples > 3 THEN PRINT “Plenty” ELSE GOTO 100

 

 

See Also: Flow Control


Language Reference  Table Of Contents