Boolean: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (fixed missing lb) |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
'''Description:''' | '''Description:'''<br> | ||
Boolean | A [[Boolean]] can either be [[true]] or [[false]]. | ||
Note that Booleans are '''real''' types in the scripting language. | |||
In config.cpp (addons), a boolean is simply a poetic licence, a convenience, for a zero/non zero integer. | |||
[[Category: Data Types]] | [[Category: Data Types]] |