if 104 B

123456
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : if
  3. #key : if
  4. # --
  5. (if (${1:test})
  6. ($0))