defconstant 161 B

123456
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : defconstant
  3. #key : const
  4. # --
  5. (defconstant +${1:name}+ ${2:value}
  6. "${3:Documentation for $1.}"))