Update
This commit is contained in:
parent
5e6967e6d9
commit
89e961561a
1 changed files with 4 additions and 0 deletions
4
forth.md
4
forth.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue