:($obj) syntax (was Re: [svn:perl6-synopsis] r14479 - doc/trunk/design/syn)

2008-01-05 Thread Trey Harris
In a message dated Thu, 3 Jan 2008, [EMAIL PROTECTED] writes: +But these bindings Ido autovivify: my %hash; my $val := %hashfoobar; my @array; -my $obj = [EMAIL PROTECTED]; # $obj is a Capture object - see S02 +my $cap = [EMAIL PROTECTED]; # $obj is a Capture object - see

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

2008-01-03 Thread larry
Author: larry Date: Thu Jan 3 16:15:39 2008 New Revision: 14479 Modified: doc/trunk/design/syn/S09.pod Log: Clarification of autovivification semantics in terms of protoobjects Modified: doc/trunk/design/syn/S09.pod

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

2008-01-03 Thread Smylers
[EMAIL PROTECTED] writes: Modified: doc/trunk/design/syn/S09.pod Log: Clarification of autovivification semantics in terms of protoobjects -my $obj = [EMAIL PROTECTED]; # $obj is a Capture object - see S02 +my $cap = [EMAIL PROTECTED]; # $obj is a Capture object - see S02