- :integer
- :binary
- or :nothing
nand
calculate the binary NAND for the given values
Parameters
nand valueA :integer :literal :binary
valueB :integer :binaryReturns
Examples
copyprint nand 2 3 ; -3
copya: 2 nand 'a 3 ; a: -3
nand valueA :integer :literal :binary
valueB :integer :binarycopyprint nand 2 3 ; -3
copya: 2 nand 'a 3 ; a: -3