5. Language ReferenceΒΆ
This section documents the language as a technical reference manual.
Contents:
- 5.1. Lexical Structure
- 5.2. Types
- 5.3. Declarations
- 5.4. Expressions
- 5.4.1. Literal Values
- 5.4.2. Boolean Operators
- 5.4.3. Numeric Operators
- 5.4.4. String Operators
- 5.4.5. Array Operators
- 5.4.6. Dictionary Operators
- 5.4.7. Object Operator
- 5.4.8. Pointer Operator
- 5.4.9. Operator Precedence
- 5.4.10. Array Subscripts
- 5.4.11. Dictionary Subscripts
- 5.4.12. Conditional Expression
- 5.4.13. Try Expression
- 5.4.14. Expression Substitution
- 5.5. Statements
- 5.6. Functions
- 5.7. Classes
- 5.8. Modules
- 5.9. Grammar