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