add bitwise to readme
parent
88b4ddf682
commit
ed73337812
|
|
@ -22,6 +22,15 @@ calc> (2+2)*(2+2)
|
||||||
calc>
|
calc>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Bitwise operations supported too:
|
||||||
|
|
||||||
|
```
|
||||||
|
calc> 2|2
|
||||||
|
2
|
||||||
|
calc>
|
||||||
|
```
|
||||||
|
|
||||||
Notice how we print the output with a bit of spacing followed by a new prompt.
|
Notice how we print the output with a bit of spacing followed by a new prompt.
|
||||||
|
|
||||||
**Switching Formats**
|
**Switching Formats**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue