mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
fix comment
This commit is contained in:
parent
ca9bf42a26
commit
6e58030b9a
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ alias-builtin and &
|
|||
alias-builtin or |
|
||||
alias-builtin xor ^
|
||||
|
||||
\ One-step indirection for key and emit. Since k and t are
|
||||
\ One-step indirect access for key and emit. Since k and t are
|
||||
\ temporary implementations, we will allow them to be replaced later.
|
||||
&here @ # cell + &here !
|
||||
: key-func [ ' L , , ] ;
|
||||
|
|
Loading…
Reference in a new issue