setValue

abstract fun setValue(newValue: A_BasicObject)

Assign the given value to the variable. Fail if the value does not have a type suitable for the variable.

Parameters

newValue

The variable's proposed new value.

Throws

If the new value is incorrectly typed.