Fix comment

This commit is contained in:
Koichi Nakamura 2020-12-29 17:29:12 +09:00
parent df5f0b2fd6
commit 82dccf9cfd

View file

@ -33,4 +33,4 @@ $ cat helloworld.fs | ./plank
| R | rstore | ( addr -- ) | Set return stack pointer |
| { | dtor | ( a -- R:a ) | Push value to return stack |
| } | rtod | ( R: -- a ) | Pop value from return stack |
| i | docol | ( -- addr ) | Get execution token |
| i | docol | ( -- addr ) | Get the interpreter function |