# -*- mode: snippet -*-
# name: switch statement
# key: switch
# --
switch ($1) {
    $2 => $0
}