Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit fa02289 had accidentally removed necessary code from the FORI/FORL bytecode that handles converting the arguments to numbers. This cased breakage in code like: for i = "1", 3 do ... end where an argument needs to be converted from string to number.
- Loading branch information