# -*- mode: snippet -*-
# name: if
# key: if
# binding: direct-keybinding
# --
(if ${1:condition}
${2:result-true}
${3:result-false})