[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: metamethods for assignment and type conversion
- From: "Jerome Vuarand" <jerome.vuarand@...>
- Date: Thu, 9 Aug 2007 10:43:35 -0400
Adrien de Croy wrote:
> but it doesn't really make that much sense that lua exposes all the
> other operators except assignment.
It does make sense if you consider the fact that assignment in Lua are
not expressions (contrary to C and many languages using C syntax). *All*
operators used in expressions are exposed.