BASICHELP.HLB  —  IF
  The IF statement evaluates a conditional expression and transfers  program
  control, depending on the resulting value.

  Examples

  IF A > 0
    THEN PRINT A
    ELSE PRINT "A IS NOT GREATER THAN 0"
  END IF
  PRINT A IF A > 0
Additional Information: explode extract
Syntax
Close Help