Skip to main content

Modules

Modules can be imported in Mathsys with the following syntax:
use {module name}
as of Mathsys v3, the only valid module name is standard which pulls the standard library definitions (currently only pi and e). Local files can’t import each other yet.