home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / readlist < prev    next >
Encoding:
Text File  |  1992-07-09  |  424 b   |  7 lines

  1. readlist --Operation, no inputs.  Abbreviation: rl
  2.      Logo waits for a line to be typed by the user.  The  contents  of  the
  3.      line  are  made into a list, as though typed within square brackets as
  4.      part of a Logo instruction.  (The user should not actually type brack-
  5.      ets  around the line, unless s/he desires a list of one element, which
  6.      is a list itself.)  That list is the output from the operation.
  7.