5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
#name: defvar
|
|
#key: defvar
|
|
# --
|
|
(defvar ${1:symbol} ${2:initvalue} "${3:docstring}")
|