How do I get the highest integer in a table in Lua?
snippet in lua
How do I get the highest integer in a table in Lua?
user9336
math.max(unpack({1, 2, 3, 4, 5}))