5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: defconst
|
|
# key: const
|
|
# --
|
|
(defconst ${1:name} ${2:value}${3: "${4:docstring}"})$0 |