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