home *** CD-ROM | disk | FTP | other *** search
/ PC Open 13 / pcopen13.iso / Zip / SM34A.ZIP / LIBRARY / NOT.LI < prev    next >
Encoding:
Text File  |  1993-11-08  |  39 b   |  5 lines

  1. #    not(x)
  2.  
  3. not(0) := 1
  4. not(1) := 0
  5.