fixed bug where loop index would stay on value stack
This commit is contained in:
parent
ac18daa74c
commit
827b183550
@ -5,17 +5,19 @@ gto
|
||||
=i
|
||||
=term
|
||||
=text
|
||||
$i
|
||||
:loop
|
||||
=_
|
||||
$text
|
||||
$i
|
||||
$i
|
||||
dup
|
||||
$term
|
||||
len
|
||||
add
|
||||
slc
|
||||
=part
|
||||
$i
|
||||
$i
|
||||
dup
|
||||
inc
|
||||
=i
|
||||
$i
|
||||
|
Loading…
x
Reference in New Issue
Block a user