lua-users home
lua-l archive

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


On Jan 12, 2010, at 7:31 PM, Olivier Hamel wrote:

> That leaves 'using', which would seem a logical keyword to choose. The downside would be that it would add a new keyword, the upside would be that it eliminates a keyword overload. Or am I the only one that feels that 'in' isn't quite right? 'Using' just has a better ring in my opinion.

'using' is C#'s RAII word. Not to be confused with the C# 'using directive'.

Mark