Author: lwall
Date: 2010-01-09 19:27:49 +0100 (Sat, 09 Jan 2010)
New Revision: 29498
Modified:
docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
[S32/Containers] clarifications suggested by rodi++
Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
=
On Sat, Jan 09, 2010 at 12:51:42AM +0100, Carl Mäsak wrote:
: pugscommitbot, channeling Larry (>):
: > [...]
: > + $x = "Today" but Tue; # $x.Day is read-only
: > + $x = "Today" but Day; # $x.Day is read-write
: > +
: > +Mixing in a specific enum object implies only the readonly a