Author: skids
Date: 2009-04-08 03:26:10 +0200 (Wed, 08 Apr 2009)
New Revision: 26119
Modified:
docs/Perl6/Spec/S07-iterators.pod
docs/Perl6/Spec/S17-concurrency.pod
Log:
S07 flesh out generic array iterator
S07 typo fixes, TODOs
S07 add Coroutine section
S17 delete old Coroutine material, ad
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #64526]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=64526 >
rakudo: $a = (my $a)
rakudo 0310a3: OUTPUT«Null PMC access in getprop() [...]
* masak
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #64522]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=64522 >
rakudo: say ++e
rakudo 0310a3: OUTPUT«3.71828182845905»
* masak submits rakudobug
as
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #64514]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=64514 >
rakudo: =$*IN; say "FOO"
rakudo 0310a3: ( no output )
what's going on there?
masak: