How to perform 'Sort Array' in Lua.
-- Task: Sort Array
-- Language: Lua
function sort_array()
-- Implementation for Sort Array
local result = ...; -- Initialize variable
-- TODO: Implement core logic here
-- Step 1: Prepare data
-- Step 2: Process Sort Array
print("Done");
end