Is it possible to save the meaning of the double-quote character? def foo (text t) = show t; enddef; save =; foo(a=2); % save "; % <== How to do that? foo(a="2"); end Ciao Andreas