Prev: parents

set_var

set_var(name, data)
This function assigns the value data to the object variable on the current object referred to by the parameter name (a symbol) on the current method's defining object. If the current method's defining object does not have a parameter name, then get_var() throws a ~paramnf error.