DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.0%2B28.gcd665c9-1 / snippets / crystal-mode / ife
12345678910
# -*- mode: snippet -*- # name: if ... else ... end # key: ife # group : control structure # -- if ${1:condition} $2 else $3 end