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