fixed bug where loop index would stay on value stack

This commit is contained in:
Bob Polis 2020-09-28 14:10:17 +02:00
parent ac18daa74c
commit 827b183550

View File

@ -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