If a macro is defined in a separate, imported file, attempting to use it via call() will result in the following: ``` ReferenceError: <macro_name> is not defined ```
If a macro is defined in a separate, imported file, attempting to use it via call() will result in the following: