Y
Hacker News
new
|
ask
|
show
|
jobs
by
bingo3131
535 days ago
! is commonly used as the unary not operator, so "a != b" makes sense as a shortcut for "!(a == b)". a not equals b.
1 comments
xigoi
535 days ago
But in Lua, the unary not is written as “not”.
link