a Python person's experience with Ruby

Lou Pecora pecora at anvil.nrl.navy.mil
Sun Dec 9 12:55:32 EST 2007


In article <475ae612$0$645$426a34cc at news.free.fr>,
 Bruno Desthuilliers <bdesth.quelquechose at free.quelquepart.fr> wrote:

> > Thus:         close;
> > could replace close();

Wouldn't this give an ambiguity?  

afcn=close   # make an "alias" to the close function
val=close()  # set val to the return value of the close function

-- 
-- Lou Pecora



More information about the Python-list mailing list