> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/the-language.md).

# The Language

- [Syntax Overview](https://osl.mistium.com/the-language/syntax.md)
- [Types](https://osl.mistium.com/the-language/types.md)
- [Defining Variables](https://osl.mistium.com/the-language/defining-variables.md)
- [Clone Objects (=)](https://osl.mistium.com/the-language/defining-variables/clone-objects.md)
- [References To Objects/Variables (@=)](https://osl.mistium.com/the-language/defining-variables/references-to-objects-variables.md)
- [Assignment Operators](https://osl.mistium.com/the-language/assignment-operators.md)
- [Typed Variables](https://osl.mistium.com/the-language/typed-variables.md)
- [Local Scoping](https://osl.mistium.com/the-language/local-scoping.md)
- [The Execution Loop](https://osl.mistium.com/the-language/the-execution-loop.md)
