2016-02-18 14:53:30 +01:00

10 lines
94 B
Plaintext

# -*- mode: snippet -*-
# name: ife
# key: ife
# --
if (${1:cond}) {
$2
}
else {
$3
}