Difference between revisions of "Command:EndSwitch"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
{{CMD-DR|EndSwitch|Beginner|Intermediate|Beginner|Intermediate}} | {{CMD-DR|EndSwitch|Beginner|Intermediate|Beginner|Intermediate}} | ||
+ | EndSwitch | ||
== Description == | == Description == | ||
+ | Used with [[Command:Switch|Switch]], this marks the end of the switch. | ||
== Examples == | == Examples == | ||
== See Also == | == See Also == | ||
+ | *[[Command:Switch|Switch]] | ||
+ | *[[LavishScript:Control Structures|Control Structures]] | ||
*[[LavishScript:Commands|Commands]] | *[[LavishScript:Commands|Commands]] | ||
{{Command-Stub}} | {{Command-Stub}} |
Revision as of 01:55, 24 March 2005
Contents
Syntax
EndSwitch | |
Usage | Beginner |
Level of Understanding | Intermediate |
Computer Savvy | Beginner |
Logic | Intermediate |
EndSwitch
Description
Used with Switch, this marks the end of the switch.