Library /sys$common/syshlp/BASICHELP.HLB  —  WHILE
  The WHILE statement marks the beginning of a WHILE loop or  qualifies  the
  execution of another statement.

  Examples

  X = 1
  WHILE X<100
      X = X + SQR(X)
  NEXT

  X% = X% + 1% WHILE X% > 100%
Additional Information: explode extract
Syntax
Close Help