[svn:perl6-synopsis] r13569 - doc/trunk/design/syn

2007-02-03 Thread larry
Author: larry Date: Sat Feb 3 09:32:03 2007 New Revision: 13569 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S12.pod Log: s:g/TEST/STATUS/ at suggestion of Smylers++. Modified: doc/trunk/design/syn/S03.pod ===

Re: [svn:perl6-synopsis] r13567 - doc/trunk/design/syn

2007-02-03 Thread Dr.Ruud
Larry Wall schreef: > Dr.Ruud wrote: >> I would expect >> >> %hash.exists{$key} > > Except $foo.bar{$key} is interpreted as $foo.bar().{$key}. Things > like "exists" and "delete" need to evaluate the key before calling > the method in question, not after. OK. >> with the shortcut >> >> %has