Bool
Boolean variable type
Declaration
bool aBool = true;
bool bBool = bool(aInt);
bool cBool = bool(aFloat);
Description
bool
data type is either true or false.
Boolean variable type
bool aBool = true;
bool bBool = bool(aInt);
bool cBool = bool(aFloat);
bool
data type is either true or false.