Hi,
the code works the following way:
outputmacro: ^mymac(^testsentence)
^testsentence
topic: ~introductions []
u: (macrotest) ^mymac(^"hello, how are you?")
I find it more intuitive to call
^mymac("hello, how are you?")
so without the ‘^’ before the quotation.
Is there I way I could handle this parameter in mymac?
So remove the quotation marks afterwards?
Thank you