- Introduction
- Interpreter
- 1. Local installation
- 2. Online playground
- Language
- 3. Language introduction
- 4. Data types
- 4.1. <type>
- 4.2. Null
- 4.3. Integer
- 4.4. Float
- 4.5. Boolean
- 4.6. String (and string operations)
- 5. <program>
- 6. Input/output
- 7. Variables
- 8. Blocks
- 9. Specials
- 10. Error handling
- 11. Mathematical operations
- 12. Logical operations
- 13. <if>
- 14. <loop>
- 15. Functions
- 16. <exit />
- 17. <delay>
- 18. <rand />