12 Nov
2012
12 Nov
'12
2:45 p.m.
Hello, I have this code: %%%%%%%%%%% \def\wr[#1]{»#1«} \def\wrr[#1]{›#1‹} \starttext Quote: \wr[He said: \wrr[Hello!] ] \stoptext %%%%%%%%%%%% It should print Quote: »He said: ›Hello!‹ « but it returns the ending quotation mark in the wrong order. Why? And how to correct that?