Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 336 Bytes

File metadata and controls

23 lines (19 loc) · 336 Bytes

<-- Back to Legend

Command Name: Switch

Keyword: switch

Usages

switch <identifier>
switch <int>
switch back

Regex

(((switch)( (back)))|((switch)( (-?\d+)))|((switch)( !?(([#:](\w+)(\[(.*)\])?,?)+))))

Raw Documentation

# switch back
# switch <int>
# switch <identifier>