From: Trans Date: 2005-10-19T03:32:02+09:00 Subject: Re: Anonymous methods, blocks etc. (Cont. 'default block params') > func = function(x, y = 1) { do_something(x, y) } Let me try to convey this once more: the closure issue is not simply a matter of anonymous function. It is applicable to _any_ block. T.