mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +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 or |
|
||||||
alias-builtin xor ^
|
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.
|
\ temporary implementations, we will allow them to be replaced later.
|
||||||
&here @ # cell + &here !
|
&here @ # cell + &here !
|
||||||
: key-func [ ' L , , ] ;
|
: key-func [ ' L , , ] ;
|
||||||
|
|
Loading…
Reference in a new issue