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