load

open override fun load(state: State, module: String): CallableValue?

Loads a module

Return

The loaded module, or null if it could not be loaded

Parameters

state

The state to load the module into

module

The name of the module to load