handleVariableSetException

fun handleVariableSetException(    e: VariableSetException,     variable: A_Variable,     value: AvailObject,     interpreter: Interpreter,     registers: Array<AvailObject>): StackReifier?

A VariableSetException has occurred. Run the implicit-observe handler, and answer null if it completes, or a suitable StackReifier if it eventually reifies.