Skip to main content

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

NameTypeDescriptionDefined By
varvarVariable name false
keystringKey false

Results:

BindingTypePredicate
varboolN/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"/>