or

calculate the binary OR for the given values


Parameters

or valueA :integer :literal
   valueB :integer

Returns

  • :integer
  • or  :nothing

Examples

copy
print or 2 3 ; 3

copy
a: 2 or 'a 3 ; a: 3

Related