variable
Source: /avail/Avail/Foundation/Early Variables
Categories: Primitives, Variables, Mutators
Clear the specified variable. This resets it to the unassigned state.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | var | variable | A variable. | |
Returns | ⊤ | Raises | ||
cannot-overwrite-write-once-variable exception | ||||
Java-marshaling-failed exception | ||||
cannot-modify-final-Java-field exception |