Say I have a macro:
\define something()
<$list some-params>
pseudo-code
<\$list>
\end
I would like to be able to call something
as usual but in addition, (given a parameter maybe?), it would be replaced with the contents of the macro wrapped in triple ticks instead. Is that possible?