addVariableBinding

fun A_Module.addVariableBinding(name: A_String, variableBinding: A_Variable)

Add a module variable binding to this module.

Parameters

name

The string naming the variable binding.

variableBinding

The variable itself.

Throws

If the module is already closed.