with
)This element represents the default branch of a with
command. It can contain
commands which are executed when none of the with
command's when
elements are executed.
It is similar to the "default:" label in "switch" statements of programming languages like C++.
See with
for usage details.
with
)