Go to the first, previous, next, last section, table of contents.

Bitwise operations

and       w1 w2 -- w       core       "and"

or       w1 w2 -- w       core       "or"

xor       w1 w2 -- w       core       "xor"

invert       w1 -- w2       core       "invert"

2*       n1 -- n2       core       "two-star"

2/       n1 -- n2       core       "two-slash"

Go to the first, previous, next, last section, table of contents.