From ed733378120e928b10759108c37e774d30533d09 Mon Sep 17 00:00:00 2001 From: luciano Date: Sun, 15 Mar 2026 14:10:05 -0700 Subject: [PATCH] add bitwise to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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** -- 2.25.1