mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
fixed a bug
This commit is contained in:
parent
116fa3f5fb
commit
c18bbf7710
1 changed files with 1 additions and 1 deletions
|
@ -1285,7 +1285,7 @@ decimal \ set default to decimal
|
||||||
2drop exit
|
2drop exit
|
||||||
then
|
then
|
||||||
emit 1+ swap
|
emit 1+ swap
|
||||||
repeat
|
repeat 2drop
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue