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 / MEMBERP.HLP < prev    next >
Text File  |  1990-06-11  |  494b  |  8 lines

  1. memberp  -- Operation (predicate), two inputs.
  2.      If the second input is a word, the first  input  must  be  a  word  of
  3.      length one (a single character), and the output is true if and only if
  4.      the first input is contained in the second as  a  character.   If  the
  5.      second  input  is  a list, the first input can be any Logo object, and
  6.      the output is true if and only if the first input is a member  of  the
  7.      second input.  (Note that this is member, not subset.)
  8.