clearValue

abstract fun clearValue()

Clear the variable. This causes the variable to have no value, and subsequent attempts to get the value of this variable will fail.

The variable is not required to have a value prior to this operation.