lua-users home
lua-l archive

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


On 09/07/2014 23:13, Tim Hill wrote:

Anyway, in Lua you can always write “not x == y” :)


"1 ~= 2" is true but "not 1 == 2" is false.

--
Shmuel