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