H (Hybrid) Language - v0.03, by Dr. Herong Yang
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
►Source Code Encoding Format - UTF-8
Statements End with Semicolons
Block Comments Enclosed in #(...)#
Group Statement Uses (...); Format
Block Statement Uses {...}; Format
Inheritance - Object Attachments