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