[EMAIL PROTECTED] (Bengt Richter) writes:
> print either(A == B, (def "A equals B"), (def "A does not equal B"))
> either(thefile, (def thefile.close()), (def 0))

I'd really rather have some reasonable macro facility, than to resort
to using anonymous functions and deferred evaluation for common things
like that.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to