From: matz@... (Yukihiro Matsumoto) Date: 2003-02-14T10:44:38+09:00 Subject: Re: Lexical scope and closures Hi, In message "Re: Lexical scope and closures" on 03/02/13, Tom Sawyer writes: |since there seems to be two general cases that are competing for high-ground, |so to speak, i wonder if it would not be more prudent to distinguish the two |with seperate block deliminators? I don't think it's good idea, because it kinda hard to remember which is which. Besides, block delimiters already have precedence difference, I believe adding two independent roles to a single syntax construct is bad. matz.