mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
minor fix
This commit is contained in:
parent
7b57c7f864
commit
2701d48bd9
1 changed files with 2 additions and 2 deletions
|
@ -1331,7 +1331,7 @@ create word-buffer s" 64" >number drop cell+ allot drop
|
|||
;
|
||||
|
||||
:noname
|
||||
rdrop \ drop 2nd stage
|
||||
rp0 rp! \ drop 2nd stage
|
||||
begin
|
||||
['] interpret catch
|
||||
?dup if
|
||||
|
@ -1902,7 +1902,7 @@ stdin_ push-inputstream
|
|||
;
|
||||
|
||||
:noname
|
||||
rdrop \ drop 3rd stage
|
||||
rp0 rp! \ drop 3rd stage
|
||||
|
||||
['] interpret-loop catch bye
|
||||
; execute
|
||||
|
|
Loading…
Reference in a new issue