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