Lua 5.3.0 Copyright (C) 1994-2015 Lua.org, PUC-Rio > x = nil > x == nil true > x == x true > y = nil > x == y true > x ~= y false