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

2006-08-10 Thread Aaron Crane
[EMAIL PROTECTED] writes: > Modified: doc/trunk/design/syn/S02.pod > +Some object types can behave as value types. Every object can produce > +a "safe key identifier" (C for short) that uniquely identifies the > +object for hashing and other value-base comparisons. Normal objects Is that meant t

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

2006-08-09 Thread Larry Wall
On Thu, Aug 10, 2006 at 01:17:45PM +0800, Agent Zhang wrote: : On 8/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : >@@ -1339,8 +1339,8 @@ : > : > =head2 Undefined types : > : >-These can behave as values or objects of any class, but always return : >-a C<.valid> that evaluates to false. One

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

2006-08-09 Thread Agent Zhang
On 8/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: @@ -1339,8 +1339,8 @@ =head2 Undefined types -These can behave as values or objects of any class, but always return -a C<.valid> that evaluates to false. One can create them with the +These can behave as values or objects of any class,

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

2006-08-09 Thread larry
Author: larry Date: Wed Aug 9 18:34:02 2006 New Revision: 10758 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S12.pod Log: Renamed pseudo-methods and functions in uppercase to be m