Boolean Class

The Boolean class is a primitive data type for Boolean values. Boolean objects either contain the value zero (representing false) or one (representing true). This class does not implement additional methods. However, because it is a Primitive class, it inherits all methods from the Primitive Class.

Syntax

type Boolean objectName = truthvalue

Methods

Description

None

 

 

This class is available in Profile v7.0 and greater. There are future plans to make this class available in Profile v6.4 as well.