home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol072 / repeat.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  477 b   |  24 lines

  1.                     REPEAT.DOC
  2.  
  3.     Repeat a .SUB file "nn" times.  Used in two "phases":
  4. (1) type "REPEAT nn" to set things up (just stores a count
  5.     at 8.
  6. (2) Place "REPEAT" in your .SUB file immediately before a
  7.     line re-submitting the original file.
  8. EX:
  9.  
  10. First, type
  11.  
  12.     REPEAT 5
  13.  
  14. Then have your submit file be:
  15.     blah
  16.     blah
  17.     blah
  18.     repeat
  19.     submit foo
  20.  
  21. When repeat executes with no operands, it decrements the
  22. count at 8, and if 0, erases $$$.SUB.
  23.  
  24.