From: Yukihiro Matsumoto Date: 2007-07-10T12:54:58+09:00 Subject: Re: Syntax sugar: method[](...) => method(...) Hi, In message "Re: Syntax sugar: method[](...) => method(...)" on Tue, 10 Jul 2007 04:08:26 +0900, Gary Wright writes: |This would probably be a headache from a parsing perspective but what |about something like: | | obj.login@[date] Why we need syntax sugar when we can just call obj.login(date) ? Maybe you need obj.login(date)=whatever this could be a new RCR. matz.