lua-users home
lua-l archive

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


> The original point was "why can't we use identifiers that happen to be
> reserved words, since there's no ambiguity?"

Reserved words are not identifiers, even if they look like one. So the
original point should more like "why can't we use things that look like
identifiers but are not?"

-- Roberto