Compare commits
1 Commits
lremes/upd
...
main
| Author | SHA1 | Date |
|---|---|---|
|
|
5d94a5595f |
|
|
@ -0,0 +1 @@
|
||||||
|
calc
|
||||||
|
|
@ -22,15 +22,6 @@ 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