If : defines a condition to compute keys contained in the sub-level.
Elif : defines an additional condition, executed only if previous assertions are false.
Else : defines a default case, executed only if all previous assertions are false.
Returns the value of $true
or $false
depending on the result of the $test
.
If $false
is not defined then it is equal to None
.