1. Introduction
  2. Installation
    1. ApLang Interpreter
    2. Project Setup
  3. Basics
    1. Hello World
    2. Types
    3. Expressions
    4. Variables
  4. Control Flow
    1. If Statements
    2. Loops
    3. For Each Loop
    4. Break And Continue
  5. Procedures
  6. Modules
  7. Other
    1. ASCII Escapes
    2. Error Message Anatomy
  8. Standard Library
  9. core
  10. fs
  11. time
  12. math
  13. string
  14. io
  15. style