end switch

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
end switch
Summary

Ends a switch control structure.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
end switch
RelatedKeyword: end, control
Glossary: keyword, control structure
Control Structure: switch
Description

Use the end switch keyword to mark the end of a switch control structure.

The end switch keyword occurs on a line by itself.