[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaMacro & module context
- From: actryx <actryx@...>
- Date: Fri, 04 Aug 2023 19:09:22 +0000
After `@require "macro_defs`, how can I pass the local module name (....) into a predefined (LuaMacro) `macro.set_macro` call? I understand that at the macro definition there is no local context, but so far the macro call only accepts tokens, and not a variable string...