# -*- mode: snippet -*-
# name: switch (...) {...}
# --
switch (${on}) {
    $0
}