- 1. Introduction
- 2. Installation
- 2.1. ApLang Interpreter
- 2.2. Project Setup
- 3. Basics
- 3.1. Hello World
- 3.2. Types
- 3.3. Expressions
- 3.4. Variables
- 4. Control Flow
- 4.1. If Statements
- 4.2. Loops
- 4.3. For Each Loop
- 4.4. Break And Continue
- 5. Procedures
- 6. Modules
- 7. Other
- 7.1. ASCII Escapes
- 7.2. Error Message Anatomy
- Standard Library
- 8. core
- 9. fs
- 10. time
- 11. math
- 12. string
- 13. io
- 14. style