add bitwise to readme

lremes/update-readme
luciano 2026-03-15 14:10:05 -07:00
parent 88b4ddf682
commit ed73337812
1 changed files with 9 additions and 0 deletions

View File

@ -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**