Damian Conway <[EMAIL PROTECTED]> writes:

> attriel wrote:
>
>>         Assignment                    OK?    Because...
>>         ======================        ===    ===============================
>>         my Basket $c = $a             no     $c's type:  Basket (of Object)
>>                                                            X          ^
>>                                                            |          |
>>                                              $a's type:   Set  of   Apple
>>         my Basket of Apple $c = $a    ok     $c's type:  Basket of Apple
>>                                                            ^         ^
>>                                                            |         |
>>                                              $a's type:  Basket of Apple
>> Now, just to be sure I didn't miss a step:
>> That second entry is wrong, sin't it?  it should be OK? no b/c:
>> C's Type : Basket of Apple
>>               X        ^
>>               |        |
>> A's Type :   Set  of Apple
>> yes?
>
> Quite correct. I messed up A's type. :-(

> Could the Secret Maintainers of Perl 6 Truth please update that for
> the records.

If you want me to doctor the summary you're going to have to do better
than a simple 'please' mate. I want personal tuition on making
presentation software actually *enhance* the presentation...

Reply via email to