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