7 lines
77 B
Text
7 lines
77 B
Text
new_frontend
|
|
|
|
macro m n:ident : command => `(def $n := 1)
|
|
|
|
m foo
|
|
|
|
#check foo
|