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