mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Fix readme
This commit is contained in:
parent
4901d2927d
commit
a85ef5c7a6
1 changed files with 1 additions and 1 deletions
|
@ -91,4 +91,4 @@ $ ./planck < bootstrap.fs runtests.fs
|
|||
| } | shr | ( a b -- c ) | c = a >> b (logical) |
|
||||
| ) | sar | ( a b -- c ) | c = a >> b (arithmetic) |
|
||||
| v | argv | ( -- a-addr u ) | argv and argc |
|
||||
| V | version | ( -- c-addr ) | Runtime infomation stringe |
|
||||
| V | version | ( -- c-addr ) | Runtime infomation string |
|
||||
|
|
Loading…
Reference in a new issue