When the given expression evaluates to false, subsequent operations will be skipped until an endWhen or otherwise operation is encountered.
Practically, this means an if or if/else statement control flow implementation in a list of operations.
if
else
Generated using TypeDoc
When the given expression evaluates to false, subsequent operations will be skipped until an endWhen or otherwise operation is encountered.
Practically, this means an
if
orif
/else
statement control flow implementation in a list of operations.