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

  1. to reverse :in [:out []]
  2. if emptyp :in [output :out]
  3. output (reverse bf :in fput first :in :out)
  4. end
  5.  
  6. bury "reverse
  7.