> ## Documentation Index
> Fetch the complete documentation index at: https://tspmo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Modules

Importing modules is possible through the `REF` … `DO SOMETHING` statement. Modules are importable from the same file directory, or from the standard library, and are seperated by commas.

```
REF stdlib, hello_world, hi DO SOMETHING -> imports three modules <-
```
