mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Update README
This commit is contained in:
parent
73099b43dd
commit
50661ee3f3
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ $ ./planck < bootstrap.fs example/fib.fs
|
|||
| \| | or | ( a b -- c ) | c = (a \| b) |
|
||||
| ^ | xor | ( a b -- c ) | c = (a ^ b) |
|
||||
| < | less | ( a b -- c ) | c = (a < b) |
|
||||
| u | uless | ( a b -- c ) | c = (a unsigned< b) |
|
||||
| = | equal | ( a b -- c ) | c = (a == b) |
|
||||
| v | argv | ( -- a-addr u ) | argv and argc |
|
||||
| V | impl | ( -- c-addr ) | Implementation String |
|
||||
|
|
Loading…
Reference in a new issue