Bitwise operations: Difference between revisions

Content deleted Content added
m →‎{{header|Pop11}}: Restore PureBasic solution
Line 2,139: Line 2,139:
Similarly, on infinitely precise numbers rotation is undefined.
Similarly, on infinitely precise numbers rotation is undefined.


=={{header|PureBasic}}==
Procedure Bitwise(a, b)
<lang PureBasic>Procedure Bitwise(a, b)
Debug a & b ; And
Debug a & b ; And
Debug a | b ;Or
Debug a | b ;Or