diff --git a/README.md b/README.md index 54463f1..5e8ac08 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,15 @@ calc> (2+2)*(2+2) 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. **Switching Formats**