Y
Hacker News
new
|
ask
|
show
|
jobs
by
otikik
33 days ago
In Lua (and LuaJIT) you can already use `and` and `or`:
local x = y and y + 1 or 0
The knuckle heads are already using them everywhere.