Set variable to FALSE
Anatomy
<false var="var" key="(no key)"/>
Description: FALSE sets the value of a variable to FALSE.
These three statements are semantically equivalent:
Attributes
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | bool | N/A |
Examples
Setting variable to FALSE
<false var="var"/>
Setting array item implicitly to FALSE
<false var="var[key]"/>
Setting array item explicitly to FALSE
<false var="var" key="key"/>