add Macro Body
fun addMacroBody( methodName: A_Atom, macroBody: A_Function, prefixFunctions: A_Tuple, ignoreSeals: Boolean)
Content copied to clipboard
Add the macro definition. The precedence rules can not change after the first definition is encountered, so set them to 'no restrictions' if they're not set already.
Parameters
Throws
If the macro signature is malformed.
If the macro signature is invalid.