expandMacroDeep
expandMacroDeep(g_form) =>g_expandedForm
Description
This function recursively expands all macros specified in g_form.
Arguments
Value Returned
|
Expanded form or the original form if the given argument is not a macro call. |
Examples
expandMacroDeep(myFunction(1 2))
Return to top