mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fixed a bug
This commit is contained in:
parent
9af496fd66
commit
051fd0eb2f
1 changed files with 3 additions and 1 deletions
|
@ -1123,7 +1123,9 @@ decimal \ set default to decimal
|
|||
\ ( c-from c-to c )
|
||||
over c!
|
||||
1+ swap 1+ swap
|
||||
repeat drop drop drop
|
||||
repeat
|
||||
over c!
|
||||
drop drop
|
||||
;
|
||||
|
||||
\ ( c-addr -- )
|
||||
|
|
Loading…
Reference in a new issue