and

calculate the binary AND for the given values


Parameters

and valueA :integer :literal
    valueB :integer

Returns

  • :integer
  • or  :nothing

Examples

copy
print and 2 3 ; 2

copy
a: 2 and 'a 3 ; a: 2

Related