1. 1. Introduction
  2. 2. Language Features
    1. 2.1. Text
    2. 2.2. Blocks
    3. 2.3. Functions
      1. 2.3.1. Closures
      2. 2.3.2. Argument spreading
      3. 2.3.3. Composition
    4. 2.4. Comments
    5. 2.5. Escape Sequences
    6. 2.6. Data types
    7. 2.7. Variables and Accessors
    8. 2.8. Collections
  3. 3. Runtime Features
    1. 3.1. Attributes
    2. 3.2. Formatters
      1. 3.2.1. Case
      2. 3.2.2. Numbers
      3. 3.2.3. Whitespace
    3. 3.3. Modules
  4. 4. Standard Library
    1. 4.1. General
    2. 4.2. Attributes & Control Flow
    3. 4.3. Collections
    4. 4.4. Generators
    5. 4.5. Formatting
    6. 4.6. Strings
    7. 4.7. Boolean
    8. 4.8. Comparison
    9. 4.9. Math
    10. 4.10. Conversion
    11. 4.11. Verification
    12. 4.12. Assertion
    13. 4.13. Constants
  5. 5. Glossary

Rant Reference

Language features