lua-users home
lua-l archive

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


> Huh, a new operator?

No; the old `==' (and `~='). There is a `rawequal' function if you need
a plain comparison.

-- Roberto