DBG$HELP.HLB  —  DEBUG  FOR  Examples
    1.DBG> FOR I = 10 TO 1 BY -1 DO (EXAMINE A(I))

      This command examines an array backwards.

    2.DBG> FOR I = 1 TO 10 DO (DEPOSIT A(I) = 0)

      This command initializes an array to zero.
Close Help