Re: Lua 5.2 Keywords - In
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.2 Keywords - In
- From: Mark Hamburg <mark@...>
- Date: 2010年1月12日 22:35:45 -0800
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