nand

calculate the binary NAND for the given values


Parameters

nand valueA :integer :literal
     valueB :integer

Returns

  • :integer
  • or  :nothing

Examples

copy
print nand 2 3 ; -3

copy
a: 2 nand 'a 3 ; a: -3

Related