lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was thus said that the Great Roberto Ierusalimschy once stated:
> > Right now, my only complain with the <toclose> is the term "close" that I
> > found a bit vague and over-loaded (conceptually).
> 
> Suggestions are welcome.

  How about <cleanup>?

	do
	  local <cleanup> file = io.open("foobar.txt")
	  -- ...
	end

  -spc