Fix readme

This commit is contained in:
Koichi Nakamura 2021-01-11 13:46:57 +09:00
parent 4901d2927d
commit a85ef5c7a6

View file

@ -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 |