home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / logo / doslogo / help / readlist.hlp < prev    next >
Encoding:
Text File  |  1990-06-11  |  432 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.