Bitwise operations: Difference between revisions

Content added Content deleted
(J: add a minimal bit of description)
Line 631: Line 631:
=={{header|J}}==
=={{header|J}}==


Here are the "bitwise operators":
Here are the "[http://www.jsoftware.com/help/dictionary/dbdotn.htm bitwise operators]":


<lang j>bAND=: 17 b. NB. 16+#.0 0 0 1
<lang j>bAND=: 17 b. NB. 16+#.0 0 0 1