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