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
=term
=text
$i
:loop
=_
$text
$i
$i
dup
$term
len
add
slc
=part
$i
$i
dup
inc
=i
$i