# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: elseif
# key: elseif
# group : control structure
# --
elseif (${1:condition}) {
$0
}