nor

calculate the binary NOR for the given values


Parameters

nor valueA :integer :literal
    valueB :integer

Returns

  • :integer
  • or  :nothing

Examples

copy
print nor 2 3 ; -4

copy
a: 2 nor 'a 3 ; a: -4

Related