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.
useUse 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.