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