Value Control Effects
A set of standard effects for altering values.
Add
Adds the first value to the second, assuming it is a modifiable collection type.
This is not a maths effect. It is used for controlling lists and other collections.
Remove
Removes the first value from the second, assuming it is a modifiable collection type.
This is not a maths effect. It is used for controlling lists and other collections.
Set
Sets the first expression to the second value. This will produce an error if the expression cannot be modified.
Not all expressions are modifiable.
Delete
Deletes the value of the given expression. This will produce an error if the expression cannot be modified.
Not all expressions are modifiable.
Last updated