home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / ucb_logo / logolib / while < prev    next >
Encoding:
Text File  |  1996-07-16  |  129 b   |  8 lines

  1. to while :while.cond :while.instr
  2. if not run :while.cond [stop]
  3. run :while.instr
  4. while :while.cond :while.instr
  5. end
  6.  
  7. bury "while
  8.