ref: 7b5589c23de84c62ab57b58bfdef54a6939b17c1 dir: /lua/test/echo.lua/
-- echo command line arguments for i=0,table.getn(arg) do print(i,arg[i]) end