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