9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: if
|
|
# key: if
|
|
# --
|
|
\IF {$${1:cond}$}
|
|
$0
|
|
\ELSE
|
|
\ENDIF
|