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