Boolean: Difference between revisions
Jump to navigation
Jump to search
(New page: A ''boolean'' or ''bool'' is a datatype whose value can be either ''true'' or ''false''. These are often returned by functions to indicate whether the operation was successful or not.) |
No edit summary |
||
Line 1: | Line 1: | ||
A ''boolean'' or ''bool'' is a datatype whose value can be either ''true'' or ''false''. These are often returned by functions to indicate whether the operation was successful or not. | A ''boolean'' or ''bool'' is a datatype whose value can be either ''true'' or ''false''. These are often returned by functions to indicate whether the operation was successful or not. | ||
[[Category:Scripting Concepts]] |
Revision as of 16:17, 8 May 2008
A boolean or bool is a datatype whose value can be either true or false. These are often returned by functions to indicate whether the operation was successful or not.