Type Boolean Library none Keywords boolean, true, false
true or false.
true
false
In logical expressions, nil evaluates to false.
nil
Lua does not have a ternary operator. There are alternatives that (almost) produce the same functionality as explained here.