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