---
okf_version: "0.2"
---
# scriptling-reference

Language reference: syntax, types, operators, control flow, functions, classes, and error handling.

## Concepts

- [Language Guide](scriptling-reference.md)
- [Built-in Functions](builtins.md)
- [Classes](classes.md)
- [Control Flow](control-flow.md)
- [Decorators](decorators.md)
- [Error Handling](error-handling.md)
- [Functions](functions.md)
- [Operators](operators.md)
- [Performance Guide](performance.md)
- [Python Differences](python-differences.md)
- [Indexing & Slicing](slicing.md)
- [Syntax Rules](syntax.md)
- [Data Types](types.md)
