mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
minor fix
This commit is contained in:
parent
7d4ef116f5
commit
e6089cfc1a
1 changed files with 1 additions and 1 deletions
2
core.fs
2
core.fs
|
@ -90,7 +90,7 @@ l!
|
|||
\ --
|
||||
\ h@ ( save addr of new entry )
|
||||
\ l@ h@!h@C+h! ( set link pointer. *here++ = latest )
|
||||
\ k1k0-h@$ k\h@k1k0-+! h@C+h! ( write the name '\' and its length )
|
||||
\ k1k0-h@$ k\h@k1k0-+$ h@C+h! ( write the name '\' and its length )
|
||||
\ i h@!h@C+h! ( docol )
|
||||
\ kkf h@!h@C+h! ( key )
|
||||
\ kLf h@!h@C+h! ( lit )
|
||||
|
|
Loading…
Reference in a new issue