mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +01:00
Fix comment
This commit is contained in:
parent
df5f0b2fd6
commit
82dccf9cfd
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue