xnor

calculate the binary XNOR for the given values


Parameters

xnor valueA :integer :literal
     valueB :integer

Returns

  • :integer
  • or  :nothing

Examples

copy
print xnor 2 3 ; -2

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

Related