Bool
Jump to navigation
Jump to search
A bool is a datatype that can be either true or false. These are often returned by functions to indicate if it was a success or not.
A bool is a datatype that can be either true or false. These are often returned by functions to indicate if it was a success or not.