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.
Copy
Ask AI
REF stdlib, hello_world, hi DO SOMETHING -> imports three modules <-