2009-08-29 17:59:02 +00:00

7 lines
120 B
Plaintext

# -*- mode: snippet -*-
# key: if
# contributor: Translated from TextMate Snippet
# name: if
# --
(if (${1:test})
($0))