Syntax

This chapter provides notes on H language syntax

Source Code Encoding Format - UTF-8

Statements End with Semicolons

Inline Comments Start with #

Block Comments Enclosed in #(...)#

Group Statement Uses (...); Format

Block Statement Uses {...}; Format

Takeaways:

Table of Contents

 About This Book

 Introduction of H Language

Syntax

 Data Types

 Variables

 Expressions

 Statements

 "boolean" Data Type

 "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