Re: Here docs in Perl6

2012-02-03 Thread Carl Mäsak
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

Here docs in Perl6

2012-02-03 Thread Francis (Grizzly) Smit
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 --