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