Update README

This commit is contained in:
Koichi Nakamura 2021-01-09 23:40:41 +09:00
parent c6fdc53d21
commit bd281482de

View file

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