lua-users home
lua-l archive

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


> I'd prefer to see ¬= myself.  Makes more sense to me than ~= and != both.

Since ¬ is not ASCII, we opted for ~ . In logic, both ¬ and ~ are used
for "not": http://en.wikipedia.org/wiki/Negation#Notation