Boolean: Difference between revisions

From Multi Theft Auto: Wiki
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 difference)

Revision as of 12:40, 23 August 2007

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.