H (Hybrid) Language - v0.03, by Dr. Herong Yang
"boolean" Literals
This section describes 'boolean' literals
There are only two literals for "boolean" data type: $true and $false.
Examples of "boolean" literals are:
$true; isGood = $true; b = boolean($false);
Table of Contents
Constructor Function: boolean()
Inheritance - Object Attachments