Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 504 Bytes

File metadata and controls

23 lines (13 loc) · 504 Bytes

[element] else (inside 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++.

Usage

See with for usage details.

Parents

Children

  • all commands (including with)

See also