Source Code Encoding Format - UTF-8

This section describes H language source code encoding format.

H program source code should be written in UTF-8 encoding format.

This allows developers to enter Unicode characters directly into H program source code as string data.

Table of Contents

 About This Book

 Introduction of 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

 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