minor fix

This commit is contained in:
Koichi Nakamura 2020-12-30 03:18:28 +09:00
parent 0c1462c59c
commit 974bd8ca4f

View file

@ -17,8 +17,8 @@ $ cat helloworld.fs | ./plank
| C | cell | ( -- n ) | The size of Cells |
| h | here | ( -- addr ) | The address of 'here' cell |
| l | latest | ( -- addr ) | The address of 'latest' cell |
| k | key | ( -- n ) | Read character |
| t | type | ( n -- ) | Print character |
| k | key | ( -- c ) | Read character |
| t | type | ( c -- ) | Print character |
| j | jump | ( -- ) | Unconditional branch. |
| J | 0jump | ( a -- ) | Jump if a == 0. |
| f | find | ( c -- xt ) | Get execution token of c |