Send Feedback
Skip to content

use

Use a module

use x     use[x]

Where x is a symbol representing a module, loads the module if not loaded already and returns its exports as a dictionary.

See the Modules Quickstart - Use for more details.