
8 Dec
2011
8 Dec
'11
7:52 p.m.
Hi, Is there a way using Phoenix to do quoting? I would like to do something like this: quote x("x"); string s = (x < 3 and x > 0)(); //s = "x < 3 and x > 0" Is there some kind of quote class in Phoenix or a way to create a quote class? Thanks, Paul