Bitwise operations: Difference between revisions

Content added Content deleted
No edit summary
(added OpenEdge 'solution')
Line 1,136: Line 1,136:


bitops(0x1e, 0x3);</lang>
bitops(0x1e, 0x3);</lang>

=={{header|OpenEdge/Progress}}==

The only bit operators available in OpenEdge are the GET-BITS() and PUT-BITS() functions. These functions can be used to implement all bitwise operators.


=={{header|PARI/GP}}==
=={{header|PARI/GP}}==