This commit is contained in:
Miloslav Ciz 2021-11-07 19:55:58 -06:00
parent 5e6967e6d9
commit 89e961561a

View file

@ -82,6 +82,10 @@ allot allocates memory, can be used for arrays
example programs:
```
100 1 2 + 7 * / . \ computes and prints 100 / ((1 + 2) * 7)
```
```
cr ." hey bitch " cr \ prints: hey bitch
```