We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)