"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

 About This Book

 Introduction of H Language

 Syntax

 Data Types

 Variables

 Expressions

 Statements

"boolean" Data Type

 What Is "boolean" Data Type

"boolean" Literals

 Constructor Function: boolean()

 "boolean" "and" Operation

 "boolean" "or" Operation

 "boolean" "xor" Operation

 "boolean" "not" Operation

 "integer" Data Type

 "string" Data Type

 "real" Data Type

 "array" Data Type

 Source Code Packages

 Classes and Objects

 Object Oriented Programming

 Inheritance - Object Attachments

 Encapsulation - Private Members

 References

 Full Version in PDF/ePUB