I want to construct a macro that, given a symbol 'foo
, creates a method called foo*
. How can I concatenate 'foo
and '*
?
I want to construct a macro that, given a symbol 'foo
, creates a method called foo*
. How can I concatenate 'foo
and '*
?