Ah, sorry, I misunderstood where the problem was.
This should work:
<<set $test = "__DG">>
<<= "<nowiki>" + $test + "</nowiki>">>
That will display __DG
for you. (<<=>>
is an alias for the <<print>>
macro.)
Ah, sorry, I misunderstood where the problem was.
This should work:
<<set $test = "__DG">>
<<= "<nowiki>" + $test + "</nowiki>">>
That will display __DG
for you. (<<=>>
is an alias for the <<print>>
macro.)