|
> 2)
> The bug with wrong S2N conversion has been reported for previous "work
> versions", but still not fixed:
> for i = "2", 3 do print(math.type(i)) end --> float float
> According to the manual, the value must be integer.
The manual says this about a numerical for:
The loop starts by evaluating once the three control expressions;
they must all result in numbers.
So, I would say that |for i = "2", 3| is unspecified in the manual.