add Variable Binding
fun A_Module.addVariableBinding(name: A_String, variableBinding: A_Variable)
Content copied to clipboard
Add a module variable binding to this module.
Parameters
name
The string naming the variable binding.
variable Binding
The variable itself.
Throws
If the module is already closed.