mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Fix comment
This commit is contained in:
parent
26ac565c3b
commit
462362f192
1 changed files with 4 additions and 0 deletions
4
core.fs
4
core.fs
|
@ -676,8 +676,12 @@ alias-builtin xor ^
|
|||
|
||||
\ === Recursive Call ===
|
||||
|
||||
\ recursive call.
|
||||
\ compiles xt of current definition
|
||||
: recurse
|
||||
latest @ >cfa ,
|
||||
; immediate
|
||||
|
||||
|
||||
|
||||
bye
|
||||
|
|
Loading…
Reference in a new issue