mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Update README
This commit is contained in:
parent
c6fdc53d21
commit
bd281482de
1 changed files with 2 additions and 0 deletions
|
@ -85,3 +85,5 @@ $ ./planck < bootstrap.fs --i386-linux example/fib.fs
|
|||
| ^ | xor | ( a b -- c ) | c = (a ^ b) |
|
||||
| < | less | ( a b -- c ) | c = (a < b) |
|
||||
| = | equal | ( a b -- c ) | c = (a == b) |
|
||||
| v | argv | ( -- a-addr u ) | argv and argc |
|
||||
| V | version | ( -- c-addr ) | Version string
|
||||
|
|
Loading…
Reference in a new issue