Update
This commit is contained in:
parent
2a3b06eb67
commit
3abdc93103
17 changed files with 160 additions and 24 deletions
2
forth.md
2
forth.md
|
@ -36,7 +36,7 @@ Built-in words include:
|
|||
GENERAL:
|
||||
|
||||
+ add a b -> (a + b)
|
||||
- substract a b -> (b - a)
|
||||
- subtract a b -> (b - a)
|
||||
* multiply a b -> (a * b)
|
||||
/ divide a b -> (b / a)
|
||||
= equals a b -> (-1 if a = b else 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue