Language Syntax Reference
You have opened the manual on the syntax and semantics of the Gentee programming language. All syntactic language constructions are described here. Programming opportunities offered by the language are also described here.
This manual is not a textbook on programming. It contains the description of the official version of the language from the developers of the Gentee compiler.
Gentee is a procedural, high-level language. Its syntax has much in common with the syntax of C/C++. (This should help users master many of Gentee's features quickly.) Like the Java or C# languages, a source program is compiled into object code, which is then executed by a virtual machine.
Table of contents
- Basic language elements
- The program structure. Preprocessor
- Types and variables
- Functions methods operators
- Statements
- Expressions and operators
- Appendix