cond (129B)
1 # -*- mode: snippet -*- 2 # contributor: Mark Karpov 3 # name: cond 4 # key: cond 5 # -- 6 (cond (${1:test} ${2:then}) 7 (t ${3:else}))