Skip to main content

Modules

The video for “Modules” is in the works!

Modules help organize your code into separate files and namespaces.

Import Statements

Import items from other files:

Try it yourself
Loading...

Using Standard Library

Try it yourself
Loading...

Creating Your Own Modules

Organize related code into separate files with the .mux extension.


Previous: References | Next: Next Steps