getValue

abstract fun getValue(): AvailObject

Extract the current value of the variable. Fail if the variable has no value.

Return

The variable's value.

Throws

If the current value could not be read, e.g., because the variable is unassigned.