Library /sys$common/syshlp/dbg$help.hlb DEBUG, REPEAT, Example *Conan The Librarian (sorry for the slow response - running on an old VAX) |
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.
|