Hi, I am very new to Lua, I need to sort the array in Lua.
So I have the following code
local distances = {2,3,1}
table.sort(distances) Now I understand
>distance[1 ] –> 1
>Distan
Hi, I am very new to Lua, I need to sort the array in Lua.
So I have the following code
local distances = {2,3,1}
table.sort(distances) Now I understand
>distance[1 ] –> 1
>Distan