Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
put "and:" && (255 bitand 2) & comma into bitops
|
||||
put " or:" && (255 bitor 2) & comma after bitops
|
||||
put " xor:" && (255 bitxor 2) & comma after bitops
|
||||
put " not:" && (bitnot 255) after bitops
|
||||
put bitops
|
||||
|
||||
-- Ouput
|
||||
and: 2, or: 255, xor: 253, not: 4294967040
|
||||
Loading…
Add table
Add a link
Reference in a new issue