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
|
=i
|
||||||
=term
|
=term
|
||||||
=text
|
=text
|
||||||
|
$i
|
||||||
:loop
|
:loop
|
||||||
|
=_
|
||||||
$text
|
$text
|
||||||
$i
|
$i
|
||||||
$i
|
dup
|
||||||
$term
|
$term
|
||||||
len
|
len
|
||||||
add
|
add
|
||||||
slc
|
slc
|
||||||
=part
|
=part
|
||||||
$i
|
$i
|
||||||
$i
|
dup
|
||||||
inc
|
inc
|
||||||
=i
|
=i
|
||||||
$i
|
$i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user