Library /sys$common/syshlp/BASICHELP.HLB  —  UNLESS
  UNLESS modifies a statement so that the statement is executed only if  a
  conditional expression is false.

  Example

  PRINT "A% does not equal 3" UNLESS A% = 3%
Additional Information: explode extract
Syntax
Close Help