I’m not entirely clear on what you’re trying to accomplish here, but you have at least 2 major difficulties with the code as is:
- You can’t use a macro from the same module that defines the macro.
- You can’t use
var!out side of a quoted context.
Can you provide an example of what using this macro looks like, and what code you’re hoping the macro would produce?






















