home *** CD-ROM | disk | FTP | other *** search
/ PC Open 13 / pcopen13.iso / Zip / SM34A.ZIP / KEYWORD / NOT.KEY < prev    next >
Encoding:
Text File  |  1993-11-07  |  177 b   |  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.