8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
|
# name: defmacro
|
||
|
# key: defm
|
||
|
# --
|
||
|
(defmacro $1
|
||
|
"$2"$>
|
||
|
[$3]$>
|
||
|
$0)$>
|