Before this commit, ``` macro term x:term : term => `($x) ``` would generate the notation ``` syntax "term" term : term ```
4 lines
56 B
Text
4 lines
56 B
Text
macro term x:term : term => `($x)
|
|
|
|
#check term 10
|
|
-- 10
|