Environment.unsetVariable

Removes a variable from anywhere on the Environment stack it is located. This function cannot be used to unset consts.

class Environment
void
unsetVariable
(
in string name
)

Parameters

name string

The name of the variable.

Meta