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