Hello everyone, Is it possible in Nim to have a macro/template that starts with 
a custom character? For example, a macro like:

> #Declaration

macro @myMacro() :
    ... ...

Reply via email to