DBG$HELP.HLB  —  DEBUG  REPEAT  Example
  DBG> REPEAT 10 DO (EXAMINE Y; STEP)

      This command line sets up a loop that issues a sequence of two
      commands (EXAMINE Y, then STEP) 10 times.
Close Help