2016-10-24 08:30:06 +02:00

9 lines
89 B
Plaintext

# -*- mode: snippet -*-
# name: if
# key: if
# --
\IF {$${1:cond}$}
$0
\ELSE
\ENDIF