7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: if
|
|
# group: misc
|
|
# name: if
|
|
# --
|
|
if $1 then $2 else $0
|