lua-users home
lua-l archive

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


Even when used as part of a table (index) name?  Other languages allow this I think.  I know python and ruby support using and, or, etc instead of &&, || etc.  Ill have to try it and see.

Mike.

On Wed, Jan 7, 2009 at 9:24 AM, Joseph Stewart <joseph.stewart@gmail.com> wrote:
Because "not", "and", "or" are lua keywords and cannot be used as symbols.