d5/tengo

bug: for string,endless loop

macheal opened this issue · 0 comments

start:="1"
end:="10"
for i:=start;i<end;i++{
println(i)
}


1
11
111
1111
11111
111111