Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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