We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We want to have a macro system like in rust
macro my_macro $my_expr:expr => $my_expr.print! main: -> my_macro "Hello"