Bitwise operations: Difference between revisions

Content deleted Content added
No edit summary
Line 145:
=={{header|AWK}}==
 
{{works with|GNU awk|}}
Standard awk does not have bitwise operators.
No rotation of bits, nor bitwise not (which can be ''simulated'' through a xor)