# -*- mode: snippet -*-
|
|
# contributor: USAMI Kenta <tadsan@zonu.me>
|
|
# name: else
|
|
# key: else
|
|
# group: control structure
|
|
# --
|
|
else {
|
|
$0
|
|
}
|