home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / ISSAME.KEY < prev    next >
Text File  |  1993-11-07  |  410b  |  8 lines

  1. * issame                                               internal
  2. issame(a,b) gives 1 if a is the same as b, or 0 otherwise.
  3. You can assume a is the same as b by issame(a,b) := 1.
  4. It is simliar to a==b, but a == b left unevaluated if a <> b.
  5. See also: iscomplex, iseven, isfree, isinteger, islarger, isless, islist,
  6. isodd, isreal, isratio, issame, isnumber.
  7. e.g. issame(3,3) gives 1, issame(3,2) gives 0.
  8.