home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / BUTFIRST.HLP < prev    next >
Text File  |  1990-06-11  |  560b  |  9 lines

  1. butfirst  -- Operation, one input.  Abbreviation: bf
  2.      The input may be any non-empty Logo object.  If the input is  a  list,
  3.      the output is a list equal to the input list with the first member re-
  4.      moved.  (If the input list has only one member, the output is the emp-
  5.      ty  list, a list of zero members.)  If the input is a word, the output
  6.      is a word equal to the input word with the first letter removed.   (If
  7.      the  input is a single-letter word, the output is the empty word.)  If
  8.      the input is empty, an error results.
  9.