W3cubDocs

/LÖVE

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.

© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/boolean