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

  1. * and                                                 internal
  2. logic operator. It is bitwise and. The result is 1, 0 or unevalated.
  3. See also: and, or.
  4. e.g.
  5. IN:  1 and 1, 1 and 0
  6. OUT: 1, 0
  7.