Sorry, there isn't much documentation yet.The basicsA one file program.Using classes and importing files. Built-in typesValue types (int, byte, float, BITS) are described on the Basic types page.Composite types (string, array, list, dict, etc.) are describe on the Composite types page. Classes and Interfaces are described <todo>. Language definitionBasic statements (assignment, function calls)Flow of execution (IF, WHILE, FOR, etc.) Exceptions Files, import and include Declarations and scope Expressions Access restrictions Startup sequence Conditional compilation Standard library overviewIndex
The HTML pages for the library modules were generated with zudocu, see generating documentation from source code AdvancedCreating a library, using native code.Compiler plugins. |