next up previous contents
Next: Main Class Up: Basic Classes Previous: String   Contents


Bool

The Bool class provides true and false. The default initialization for variables of type Bool is false (not void). It is an error to inherit from or redefine Bool.