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

  1. * not                                                 external
  2. not(x) is logic not. It gives 1 if x=0, or 0 if x=1.
  3. See also: and, not.
  4. e.g. not(1) gives 0, not(0) gives 1.
  5.