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