Category:LSL Integer/boolean: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Joanne Furlough (talk | contribs)
Cleaned up the note's ambiguity and incorrect statement with regards to FALSE.
Joanne Furlough (talk | contribs)
Removed the duplicative links to the TRUE and FALSE pages.
 
Line 1: Line 1:
{{LSL Subtype Category|boolean|base=integer|more=*|description=|values=[[TRUE]] (1) or [[FALSE]] (0)
{{LSL Subtype Category|boolean|base=integer|more=*|description=|values=[[TRUE]] (1) or [[FALSE]] (0)
*'''Note''': Some functions and constants may treat any non-zero value as [[TRUE]], some only treat 1 as [[TRUE]] and 0 as [[FALSE]]. It is best to only use [[TRUE]] (1) or [[FALSE]] (0) values and not use other values (whether or not you use the constants by name is up to you).}}
*'''Note''': Some functions and constants may treat any non-zero value as TRUE, some only treat 1 as TRUE and 0 as FALSE. It is best to only use TRUE (1) or FALSE (0) values and not use other values (whether or not you use the constants by name is up to you).}}

Latest revision as of 20:00, 13 May 2021