(Contents)(Previous)(Next)

Boolean

1. A Boolean is a data type which can assume one of the states TRUE and FALSE and the NULL value. A Boolean value can only be compared to other Boolean values.


(Contents)(Previous)(Next)