From: Yukihiro Matsumoto Date: 2005-10-15T02:39:16+09:00 Subject: Re: Default argument values for blocks Hi, In message "Re: Default argument values for blocks" on Thu, 13 Oct 2005 08:17:34 +0900, "David A. Black" writes: |I don't mean to jump on your idea specifically. The whole thread |seems to be about which arbitrary bit of punctuation might be least |ugly. I'm totally unconvinced that default values for block variables |are worth doing any of them. The point is not providing default values for block parameters, but something with true argument passing behavior, which is right now emulated by multiple assignment. matz.