We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added by dholton dholton
Calls an AbstractAstMacro's Expand method.
For example the print macro transforms this code:
print item
into this:
System.Console.WriteLine(item)