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:
Using Standard Library
Creating Your Own Modules
Organize related code into separate files with the .mux extension.
Previous: References | Next: Next Steps