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