Author SHA1 Message Date
pblivingston 90c09092b6 semicolon in example 2026-08-16 11:59:48 -04:00
pblivingston 0fb26b9e72 add break in example switch 2026-08-08 07:54:19 -04:00
+3
View File
@@ -817,6 +817,9 @@ try {
catch { } catch { }
switch ($kind) { switch ($kind) {
'potato' {
break
}
'basic' { 'basic' {
# perform final operations with Voicemeeter Basic # perform final operations with Voicemeeter Basic
} }