mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +01:00
r C + R == } _
This commit is contained in:
parent
462551a3e0
commit
a54400e3c4
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ I \ Enter 2nd Stage
|
||||||
|
|
||||||
\ === 2nd Stage Interpreter ===
|
\ === 2nd Stage Interpreter ===
|
||||||
|
|
||||||
r C + R \ Drop 1st stage interpreter from call stack
|
} _ \ Drop 1st stage interpreter from call stack
|
||||||
|
|
||||||
\ '\'' ( "name" -- xt )
|
\ '\'' ( "name" -- xt )
|
||||||
\ Redefine existing '\'' which uses 'k' and 'f'
|
\ Redefine existing '\'' which uses 'k' and 'f'
|
||||||
|
|
Loading…
Reference in a new issue