home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOLIB.ZIP / WHILE.LG < prev    next >
Text File  |  1990-06-11  |  94b  |  6 lines

  1. to while :condition :cmd
  2. if not run :condition [stop]
  3. run :cmd
  4. while :condition :cmd
  5. end
  6.