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