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

  1. equalp  -- Operation (predicate), two inputs.  Infix: =
  2.      The two inputs to this procedure may be any Logo objects.  If they are
  3.      numbers,  then  the  output  is  the word true if they are numerically
  4.      equal, false if they are numerically unequal.  If either input is  not
  5.      a  number,  then the output is the same as for the procedure is: it is
  6.      true if the two inputs are identical, false if not.  For example,  the
  7.      numbers 2 and 2.0 are numerically equal, but not identical.
  8.