bool class : bool() fitter
Description
Get a new instance of bool class with initial value.
Syntax
new bool()
Arguments
None.
Return value
Class | Description |
bool | A new instance of bool class with initial value. |
Sample code
bool newBool = new bool();
Notes
The initial value is false.
Links for reference
None.