Ah, thank you, that’s awesome!
Two more questions to improve this:
1. If I use the pattern macro in a pattern where I want to save something before the pattern:
u: (a example pattern _~fruit ^both(~opinion ~badwords)
Here I wouldn’t use _0, but _1 than.
Is there a clever way to determine the first free save variable without testing every one manually?
So that the pattern macro works, no matter how many values I save in the pattern before it?
2. Is there a hack to use a variable number of arguments without combining them with “” and splitting them again afterwards?
Thank you again!