lua-users home
lua-l archive

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


Alex Bilyk wrote:

> Semantically 'msg' is treated as a regular string... on
> one hand. On the other hand, it has to be a valid
> identifier token string.

The same is true for the {foo = "bar"} version
of {["foo"] = bar}.

(I do, however, feel some hesitation about adding things to
such a pleasantly small language.)

-- 
Aaron