%v:EXPR% (is|is not) set — Conditions

%v:EXPR% (is|is not) set
Variable1.0.0

Description

Checks if a value is null or not null.

Examples

if myVar is set:
if myVar is not set:

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

<v> is set
<v> is not set

Related (Variable)