Specifies the conditions associated with the enclosing action. It is different from other argument types in that it contains conditions instead of tokens.
See <do-if>, <do-while>.
Element
Description
and
A logical conjunction.
or
A logical disjunction.
None
( and * | or * )
do-if
Conditionally perform actions.
do-while
Repeats actions while a condition is True.