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