boolean

From the Lua 5.1 reference manual §2.2:

Boolean is the type of the values false and true. Both nil and false make a condition false; any other value makes it true.

Other Languages