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