> > Would something like this work? Is there a way to get it working?
> > 
> > print (&test);

Caution:

    print (1 + 2) * 3

!=

    print +(1 + 2) * 3

because of the rules of precedence.

As per Paul's reply... what exactly is the question?

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to