Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 3154497284681b416b68b174be028a97fd9c7b67
https://github.com/perl6/specs/commit/3154497284681b416b68b174be028a97fd9c7b67
Author: Moritz Lenz
Date: 2012-02-03 (Fri, 03 Feb 2012)
Changed paths:
M S05-re
Francis (>):
> what is unary +^ I can only find binary +^ bitwise xor
See S03:677. It's numeric bitwise addition.
On 04/02/12 00:54, Carl Mäsak (via RT) wrote:
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #109740]
# in the subject line of all future correspondence about this issue.
#https://rt.perl.org:443/rt3/Ticket/Display.html?id=109740>
nom: my ($x, $y) = (2**30, 1); pr
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #109740]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=109740 >
nom: my ($x, $y) = (2**30, 1); printf "%32b\n", +^$x +& $y;
nom acbec8:
OUTPUT«
Niecza implements heredocs. I tried the following on Niecza v14 and it works:
say Q :to 'END';
OH HAI
OH HAI on a second line
END
// Carl
On Fri, Feb 3, 2012 at 2:06 PM, Francis (Grizzly) Smit
wrote:
> I'm testing Perl6 using rakudo for now I'm wondering does any implementation
> ha
I'm testing Perl6 using rakudo for now I'm wondering does any
implementation have heredocs yet ???
http://www.perlfoundation.org/perl6/index.cgi?perl_6_basics_tablet#heredocs
the link points to a site that says that
Q :to 'END';
stuff
stuff
END
should work but rakudo barfs at that
--
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #109734]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=109734 >
how would you split a string into the first character and the
rest of the string