# -*- mode: snippet -*-
# contributor: Seong Yong-ju
# name: if
# key: if
# --
if (${1:true}) {
    $0
}