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