Jump to content

Bitwise operations: Difference between revisions

added OpenEdge 'solution'
No edit summary
(added OpenEdge 'solution')
Line 1,136:
 
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}}==
73

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.