5 lines
61 B
Text
5 lines
61 B
Text
|
|
put bitAND(2,7)
|
||
|
|
put bitOR(2,7)
|
||
|
|
put bitXOR(2,7)
|
||
|
|
put bitNOT(7)
|