Deactivation of floats in future LUA versions.
Posted: Fri Jan 30, 2015 3:02 am
I suggest to deactivate float in future LUA versions.
There are side effects like the issue with "string.format".
Integer calculation in older programs doesn't work any more.
- float enabled 600 / 70 = 8.571428571
- float disabled 600 / 70 = 8
There could be more undiscovered issues.
What do you think?
There are side effects like the issue with "string.format".
Integer calculation in older programs doesn't work any more.
- float enabled 600 / 70 = 8.571428571
- float disabled 600 / 70 = 8
There could be more undiscovered issues.
What do you think?