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