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

  1. is  -- Operation (predicate), two inputs.
  2.      The inputs can be any Logo objects.  The output is the  word  true  if
  3.      the  two inputs are identical.  That is, they must be of the same type
  4.      (both words or both lists), they must have the same count,  and  their
  5.      members  (if  lists) or their characters (if words) must be identical.
  6.      The output is the word false otherwise.  (Note: this is  an  exception
  7.      to the convention that names of predicates end with the letter "p".)
  8.