Interpreter.forceUnsetGlobal

Unsets a variable or constant in the global context. Used by host applications to remove items that were loaded by the standard library load functions.

class Interpreter
void
forceUnsetGlobal
(
in string name
)

Meta