SyntaxFix
Write A Post
Hire A Developer
Questions
Lua 5.3.1 Copyright (C) 1994-2015 Lua.org, PUC-Rio > math.floor("10"); 10 > tonumber("10"); 10 > "10" + 0; 10.0 > "10" | 0; 10