Returns the AST that should be used for substitution. E.g., \newcommand{\foo}{\bar{#1}} would return \bar{#1}.
\newcommand{\foo}{\bar{#1}}
\bar{#1}
Generated using TypeDoc
Returns the AST that should be used for substitution. E.g.,
\newcommand{\foo}{\bar{#1}}
would return\bar{#1}
.