Warning, /frameworks/syntax-highlighting/autotests/folding/highlight.raku.fold is written in an unsupported language. File is not indexed.

0001 #!/usr/bin/perl6
0002 
0003 use v6;
0004 
0005 if True <beginfold id='1'>{</beginfold id='1'>
0006     say "Hello";
0007 <endfold id='1'>}</endfold id='1'>
0008 
0009 if True <beginfold id='1'>{</beginfold id='1'>
0010 say "Hello"; # Bad indentation intended
0011         <endfold id='1'>}</endfold id='1'>
0012 
0013 if True <beginfold id='1'>{</beginfold id='1'> say "Hello" <endfold id='1'>}</endfold id='1'>
0014 
0015 if True <beginfold id='1'>{</beginfold id='1'>say "Hello"<endfold id='1'>}</endfold id='1'>
0016 
0017 if True <beginfold id='1'>{</beginfold id='1'> say "Hello" <endfold id='1'>}</endfold id='1'> else <beginfold id='1'>{</beginfold id='1'> say "Goodbye" <endfold id='1'>}</endfold id='1'>; say "world";
0018 
0019 ## <beginfold id='2'>BEGIN</beginfold id='2'> Comments
0020 
0021 say 1 #`<beginfold id='3'>(</beginfold id='3'> blah TODO blah
0022 here? <endfold id='3'>)</endfold id='3'> 2 ;
0023 say 1 #`<beginfold id='3'>{{</beginfold id='3'> blah TODO blah
0024 here? <endfold id='3'>}}</endfold id='3'> 2 ;
0025 say 1 #`<beginfold id='3'>[[</beginfold id='3'> blah TODO blah ]
0026 here? <endfold id='3'>]]</endfold id='3'> 2 ;
0027 say 1 #`<beginfold id='3'>«««</beginfold id='3'> blah TODO blah
0028 here? <endfold id='3'>»»»</endfold id='3'> 2 ;
0029 say 1 #` ( blah TODO blah
0030 2 ;
0031 
0032 #`<beginfold id='3'>[</beginfold id='3'>
0033   This is another multi-line comment. <endfold id='3'>]</endfold id='3'>
0034 my @sorted = @names.sort<beginfold id='1'>(</beginfold id='1'><beginfold id='1'>{</beginfold id='1'> %sets<beginfold id='1'>{</beginfold id='1'>$_<endfold id='1'>}</endfold id='1'> <endfold id='1'>}</endfold id='1'><endfold id='1'>)</endfold id='1'>.sort<beginfold id='1'>(</beginfold id='1'><beginfold id='1'>{</beginfold id='1'> %matches<beginfold id='1'>{</beginfold id='1'>$_<endfold id='1'>}</endfold id='1'> <endfold id='1'>}</endfold id='1'><endfold id='1'>)</endfold id='1'>.reverse;
0035 #`<beginfold id='3'>{</beginfold id='3'> So is this, though it's not actually multi-line. <endfold id='3'>}</endfold id='3'>
0036 
0037 say 'code again';
0038 
0039 #`<beginfold id='3'>(</beginfold id='3'>  Multiple line comments `<beginfold id='3'>(</beginfold id='3'> sub-comment <endfold id='3'>)</endfold id='3'>`<endfold id='3'>)</endfold id='3'>`
0040 
0041 ## <endfold id='2'>END</endfold id='2'> Comments
0042 
0043 #`<beginfold id='3'>[</beginfold id='3'>
0044 And this is how a multi would work.
0045 That says why we do what we do below.
0046 <endfold id='3'>]</endfold id='3'>
0047 
0048 say "No more";
0049 
0050 #`<beginfold id='3'>{{</beginfold id='3'>a}a<endfold id='3'>}}</endfold id='3'> say ok
0051 
0052 say "No more";
0053 
0054 say "this is code";
0055 
0056 =begin <beginfold id='4'>pod</beginfold id='4'>
0057 
0058 A very simple Pod6 document
0059 
0060 =<endfold id='4'>end</endfold id='4'> pod
0061 
0062 =begin <beginfold id='4'>head1</beginfold id='4'>
0063 Top Level Heading
0064 =<endfold id='4'>end</endfold id='4'> head1
0065 
0066 =head1 Top level heading
0067 
0068 =for head1
0069 Top Level Heading
0070 
0071 =cutsdads
0072 
0073 =begin <beginfold id='4'>pod</beginfold id='4'>
0074 
0075 =head1 This is a head1 title
0076 
0077 This is a paragraph.
0078 
0079 =head2 Subsection
0080 # plop
0081 Here some text for the subsection.
0082 
0083 =<endfold id='4'>end</endfold id='4'> pod
0084 
0085 =begin <beginfold id='4'>table</beginfold id='4'> :caption<My Tasks>
0086 mow lawn
0087 take out trash
0088 =<endfold id='4'>end</endfold id='4'> table
0089 
0090 =head1 This is a heading block
0091 This is an ordinary paragraph.
0092 Its text will be squeezed and
0093 short lines filled. It is terminated by
0094 the first blank line.
0095 
0096 =head2 This is another heading block
0097 This is yet another ordinary paragraph,
0098 at the first virtual column set by the
0099 previous directive
0100 
0101 #| Base class for magicians
0102 class Magician <beginfold id='1'>{</beginfold id='1'>
0103   has Int $.level;
0104   has Str @.spells;
0105 <endfold id='1'>}</endfold id='1'>
0106 
0107 #| Fight mechanics
0108 sub duel<beginfold id='1'>(</beginfold id='1'>Magician $a, Magician $b<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0109 <endfold id='1'>}</endfold id='1'>
0110 #=<beginfold id='3'>«</beginfold id='3'><((
0111  <Magicians only, no mortals. >
0112  Magicians only, no mortals.
0113 ))><endfold id='3'>»</endfold id='3'>
0114 
0115 say Magician.WHY;
0116 
0117 #|<beginfold id='3'><<</beginfold id='3'> This is an example of stringification:
0118     * Numbers turn into strings
0119  >   * Regexes operate on said strings
0120     * C<with> topicalizes and places result into $_
0121 <endfold id='3'>>></endfold id='3'>
0122 sub search-in-seq<beginfold id='1'>(</beginfold id='1'> Int $end, Int $number <endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0123     with <beginfold id='1'>(</beginfold id='1'>^$end<endfold id='1'>)</endfold id='1'>.grep<beginfold id='1'>(</beginfold id='1'> <beginfold id='5'>/</beginfold id='5'>^$number<endfold id='5'>/</endfold id='5'> <endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0124         .say for $_<>;
0125     <endfold id='1'>}</endfold id='1'>
0126 <endfold id='1'>}</endfold id='1'>
0127 #= Uses     * topic    * decont operator
0128 
0129 
0130 =head1 plop
0131 abc
0132 
0133 =head1 plop
0134 =para
0135 abc
0136 
0137 =head1 plop
0138  abc
0139 abc
0140 
0141 =head1 plop
0142 abc
0143 
0144 say 1;
0145 
0146 =head1 plop
0147 
0148 say 1;
0149 
0150 =for head1
0151 plop
0152 
0153 =for table :conf[str, 'str', "str", 1, True] :conf(str, 'str', "str", 1, True)
0154 =for table :conf<str 'str' "str" 1 True>
0155 =for table :conf{k => str, k=>'str', k=>"str", k=>1, k=>True}
0156 =for table :a :!b :42k :+s
0157 abc
0158 
0159 say 2;
0160 
0161 =begin <beginfold id='4'>a</beginfold id='4'>
0162 abc
0163 =<endfold id='4'>end</endfold id='4'> a
0164 
0165 =begin <beginfold id='4'>b</beginfold id='4'> sa
0166 =<endfold id='4'>end</endfold id='4'> b
0167 say 2;
0168 
0169 =begin <beginfold id='4'>a</beginfold id='4'>
0170 abc
0171 
0172 abc
0173 
0174 abc
0175 =<endfold id='4'>end</endfold id='4'> a
0176 say 0 ;
0177 =begin <beginfold id='4'>a</beginfold id='4'>:config{42}
0178 abc
0179 
0180 =head1 The
0181 Title
0182 
0183 abc
0184 =<endfold id='4'>end</endfold id='4'> ab
0185 say 1 ;
0186 
0187 =begin <beginfold id='4'>b</beginfold id='4'> sa
0188 =<endfold id='4'>end</endfold id='4'> b
0189 =begin <beginfold id='4'>a</beginfold id='4'>
0190 abc
0191 =begin <beginfold id='4'>b</beginfold id='4'>
0192 abc
0193 =<endfold id='4'>end</endfold id='4'> b a
0194 abc
0195 
0196 abc
0197 =<endfold id='4'>end</endfold id='4'> a
0198 say 3 ;
0199 
0200 =item a
0201 =item b
0202 =begin <beginfold id='4'>code</beginfold id='4'>
0203  =item a
0204 =<endfold id='4'>end</endfold id='4'> code
0205 
0206 =begin <beginfold id='4'>code</beginfold id='4'>
0207  =item a
0208  b
0209 =end code d
0210 =<endfold id='4'>end</endfold id='4'> code
0211 
0212 =begin <beginfold id='4'>comment</beginfold id='4'>
0213 Here are several
0214 lines
0215 of comment
0216 =<endfold id='4'>end</endfold id='4'> comment
0217 
0218 =begin <beginfold id='4'>pod</beginfold id='4'>
0219 =head1 acB<<I<a>>>a B<c> U<d> BB<a>
0220 
0221 C<my $var = 1; say $var;>
0222 Perl 6 homepage L<https://perl6.org> L<Perl 6 homepage|https://perl6.org>
0223 Comments L<#Comments> L<Comments|#Comments>
0224 Perl 6 is awesome Z<Of course it is!>
0225 Perl 6 is multi-paradigmatic N<Supporting Procedural, Object Oriented, and Functional programming>
0226 Enter your name K<John Doe> E<0xBB> characters.
0227 
0228 A X<hash|hashes, definition of; associative arrays>
0229 
0230 =DISCLAIMER
0231 P<http://www.MegaGigaTeraPetaCorp.com/std/disclaimer.txt>
0232 
0233 A X<hash|hashes, definition of; associative arrays>
0234 is an unordered collection of scalar values indexed by their
0235 associated string key.
0236 
0237     my @names = <Foo Bar Baz>;
0238     my @upper-case-names = @names.map: { .uc }    # OUTPUT: [FOO BAR BAZ]
0239 
0240 =<endfold id='4'>end</endfold id='4'> pod
0241 
0242 =begin <beginfold id='4'>table</beginfold id='4'> :caption<My Tasks>
0243 mow lawn
0244 take out trash
0245 =<endfold id='4'>end</endfold id='4'> table
0246 
0247 =begin <beginfold id='4'>table</beginfold id='4'> :config{caption => "My Tasks"}
0248 mow lawn
0249 take out trash
0250 =<endfold id='4'>end</endfold id='4'> table
0251 
0252 
0253 say "\c999 \c999999999 \c[LATIN CAPITAL LETTER A, LATIN CAPITAL LETTER B] \c77s \c[77,22]";
0254 say "\x0 \x00 \x[0] \x[00] \x[f] \xaaa \xfffffff \xffh \x[ffff] \x[fffffff] \x[42,42]";
0255 say "\o0 \o00 \o[0] \o[00] \o[7] \o333 \o77777777 \o77h \o[333] \o[77777777] \o[42,42]";
0256 
0257 say Q[A literal string] ;
0258 say 「More plainly.」 ;
0259 say Q ^Almost any non-word character can be a delimiter!^ ;
0260 say Q 「「Delimiters can be repeated/nested if they are adjacent.」」 ;
0261 
0262 say Q (this is fine, because of space after Q) ;
0263 say Q 'and so is this' ;
0264 say Q<Make sure you <match> opening and closing delimiters> ;
0265 say Q{This is still a closing curly brace → \} ;
0266 
0267 say Q;yes, this is fine; ;
0268 say Q<beginfold id='1'>(</beginfold id='1'>'this is a function'<endfold id='1'>)</endfold id='1'> ;
0269 
0270 say 'Very plain';
0271 say q[This back\slash stays];
0272 say q[This back\\slash stays]; # Identical output
0273 say q{This is not a closing curly brace → \}, but this is → };
0274 say Q :q $There are no backslashes here, only lots of \$\$\$>!$;
0275 say '(Just kidding. There\'s no money in that string)';
0276 say 'No $interpolation {here}!';
0277 say Q:q!Just a literal "\n" here!;
0278 say Q:q[a\[]
0279 say Q[A literal string] ;
0280 say 「More plainly.」 ;
0281 say Q ^Almost any non-word character can be a delimiter!^ ;
0282 say Q 「「Delimiters can be repeated/nested if they are adjacent.」」 ;
0283 
0284 say qq[My favorite color is {$n+2}!];
0285 say qq{My favorite color\- is {$n+2}!};
0286 say Q:qq{My favorite color\- is {$n+2}!};
0287 say "My $color[0].uc(
0288 ) $n+$n.^name favorite color \q[1is] {$n+2}!abc&uc('a')";
0289 
0290 say qqww|a|;
0291 say qq:w:w|a|;
0292 say q:a:v|a|;
0293 
0294 say<beginfold id='1'>(</beginfold id='1'>qq:to/TERM INATOR/, 1+1);
0295  blah blah
0296  TERM INATOR
0297 
0298 
0299 my $don't-do-that = 1;
0300 my $piece_of_π = 3.14;
0301 my $駱駝道    = 1;
0302 my $lexical   = 1;
0303 my $*dynamic1 = 10;
0304 my $*dynamic2 = 100;
0305 
0306 sub say-all<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0307     say "$lexical, $*dynamic1, $*dynamic2";
0308 <endfold id='1'>}</endfold id='1'>
0309 
0310 say-all<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'>;
0311 
0312 <beginfold id='1'>{</beginfold id='1'>
0313     my $lexical   = 2;
0314     my $*dynamic1 = 11;
0315     $*dynamic2    = 101;
0316 <endfold id='1'>}</endfold id='1'>
0317 
0318 my $square = 9 ** 2;
0319 my @array  = 1, 2, 3;   # Array variable with three elements
0320 my %hash   = London => 'UK', Berlin => 'Germany';
0321 
0322 class FailHash is Hash <beginfold id='1'>{</beginfold id='1'>
0323     has Bool $!final = False;
0324     multi method AT-KEY <beginfold id='1'>(</beginfold id='1'> ::?CLASS:D: Str:D \key <endfold id='1'>)</endfold id='1'><beginfold id='1'>{</beginfold id='1'>
0325         fail X::OutOfRange.new<beginfold id='1'>(</beginfold id='1'>:what<beginfold id='1'>(</beginfold id='1'>"Hash key"<endfold id='1'>)</endfold id='1'>, :got<beginfold id='1'>(</beginfold id='1'>key<endfold id='1'>)</endfold id='1'>,
0326           :range<beginfold id='1'>(</beginfold id='1'>self.keys<endfold id='1'>)</endfold id='1'><endfold id='1'>)</endfold id='1'> if $!final && !self.EXISTS-KEY<beginfold id='1'>(</beginfold id='1'>key<endfold id='1'>)</endfold id='1'>;
0327         callsame
0328     <endfold id='1'>}</endfold id='1'>
0329 
0330     method finalize<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0331         $!final = True
0332     <endfold id='1'>}</endfold id='1'>
0333 <endfold id='1'>}</endfold id='1'>
0334 
0335 my %h is FailHash = oranges => "round", bananas => "bendy";
0336 
0337 say %h<oranges>;
0338 %h.finalize;
0339 say %h<cherry>;
0340 CATCH <beginfold id='1'>{</beginfold id='1'> default <beginfold id='1'>{</beginfold id='1'> put .^name, ': ', .Str <endfold id='1'>}</endfold id='1'> <endfold id='1'>}</endfold id='1'>
0341 
0342 my <beginfold id='1'>(</beginfold id='1'> @foo, $bar <endfold id='1'>)</endfold id='1'>;
0343 @foo = <beginfold id='1'>(</beginfold id='1'>$bar<endfold id='1'>)</endfold id='1'> = 42, "str";
0344 
0345 say anon class þ <beginfold id='1'>{</beginfold id='1'><endfold id='1'>}</endfold id='1'>;
0346 say anon sub þ  <beginfold id='1'>{</beginfold id='1'> 42 <endfold id='1'>}</endfold id='1'>;
0347 
0348 sub a <beginfold id='1'>{</beginfold id='1'>
0349     state @x;
0350     state $l = 'A';
0351     @x.push<beginfold id='1'>(</beginfold id='1'>$l++<endfold id='1'>)</endfold id='1'>;
0352 <endfold id='1'>}</endfold id='1'>;
0353 
0354 say a for 1..6;
0355 
0356 sub foo<beginfold id='1'>(</beginfold id='1'>$x<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0357     my $v = @;
0358     $v<beginfold id='1'>[</beginfold id='1'>$x<endfold id='1'>]</endfold id='1'> = $x;
0359     say $v;
0360 <endfold id='1'>}</endfold id='1'>
0361 
0362 foo<beginfold id='1'>(</beginfold id='1'>$_<endfold id='1'>)</endfold id='1'> for ^3;
0363 
0364 use MONKEY-TYPING;
0365 augment class Int <beginfold id='1'>{</beginfold id='1'>
0366     method is-answer <beginfold id='1'>{</beginfold id='1'> self == 42 <endfold id='1'>}</endfold id='1'>
0367 <endfold id='1'>}</endfold id='1'>
0368 say 42.is-answer;
0369 
0370 my $in = 0;
0371 
0372 sub f<beginfold id='1'>(</beginfold id='1'>*@c<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0373     <beginfold id='1'>(</beginfold id='1'>temp $in<endfold id='1'>)</endfold id='1'>++;
0374      "<f>\n"
0375      ~ @c».indent<beginfold id='1'>(</beginfold id='1'>$in<endfold id='1'>)</endfold id='1'>.join<beginfold id='1'>(</beginfold id='1'>"\n"<endfold id='1'>)</endfold id='1'>
0376      ~ <beginfold id='1'>(</beginfold id='1'>+@c ?? "\n" !! ""<endfold id='1'>)</endfold id='1'>
0377      ~ '</f>'
0378 <endfold id='1'>}</endfold id='1'>;
0379 
0380 for <ab:c d$e fgh ij*> <beginfold id='1'>{</beginfold id='1'>
0381     .say if m<beginfold id='5'>/</beginfold id='5'><-alpha><endfold id='5'>/</endfold id='5'>;
0382 <endfold id='1'>}</endfold id='1'>
0383 
0384 for '.' <beginfold id='1'>{</beginfold id='1'>
0385     .Str.say when !.IO.d;
0386     .IO.dir<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'>».&?BLOCK when .IO.d # lets recurse a little!
0387 <endfold id='1'>}</endfold id='1'>
0388 
0389 use Dog:auth<Somebody>:ver<2.0>;
0390 
0391 infix:<+>
0392 infix:<*>
0393 infix:«<=»
0394 
0395 postfix:<²>
0396 WOW:That'sAwesome
0397 WOW:That's<<🆒>>
0398 party:sweet<16>
0399 
0400 infix:<+>
0401 infix:<<+>>
0402 infix:«+»
0403 infix:<beginfold id='1'>[</beginfold id='1'>'+'<endfold id='1'>]</endfold id='1'>
0404 infix:<beginfold id='1'>(</beginfold id='1'>'+'<endfold id='1'>)</endfold id='1'>
0405 
0406 my $a:b<c>:d<e> = 100;
0407 my $a:d<e>:b<c> = 200;
0408 say $a:b<c>:d<e>;
0409 
0410 use Test; plan 1; constant &term:<👍> = &ok.assuming<beginfold id='1'>(</beginfold id='1'>True<endfold id='1'>)</endfold id='1'>;
0411 👍
0412 
0413 my $x = do if True <beginfold id='1'>{</beginfold id='1'> 42 <endfold id='1'>}</endfold id='1'>;
0414 
0415 say 1000000, 1_000_000, 10_00000, 100_00_00;
0416 say -2, 12345, 0xBEEF, 0o755, :3<1201>;
0417 say 1.0, 3.14159, -2.5, :3<21.0012>;
0418 say 1e0, 6.022e23, 1e-9, -2e48, 2e2i, .42;
0419 say 2.e2, .2, 0o39, 0xfF3u, 0oi, 0xi, :3<>, :23<gg ; # error
0420 
0421 
0422 for $size «<beginfold id='1'>[</beginfold id='1'>r/<endfold id='1'>]</endfold id='1'>« <beginfold id='1'>(</beginfold id='1'>2**60, 2**50, 2**40, 2**30, 2**20, 2**10<endfold id='1'>)</endfold id='1'>
0423           Z      <EB     PB     TB     GB     MB     KB> -> <beginfold id='1'>[</beginfold id='1'>\v,\suffix<endfold id='1'>]</endfold id='1'>
0424 
0425 my $a = 32;
0426 $a += 10;
0427 $a -= 2;
0428 $a = 3;
0429 $a min= 5;
0430 $s ~= 'b';
0431 
0432 sub infix:<space-concat> <beginfold id='1'>(</beginfold id='1'>$a, $b<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'> $a ~ " " ~ $b <endfold id='1'>}</endfold id='1'>;
0433 my $a = 'word1';
0434 $a space-concat= 'word2';
0435 
0436 my Real $a = 1/2;
0437 $a = 3.14;
0438 $a .= round;
0439 
0440 my $a = True;
0441 say so $a != True;
0442 my $i = 10;
0443 
0444 my $release = Date.new<beginfold id='1'>(</beginfold id='1'>:2015year, :12month, :24day<endfold id='1'>)</endfold id='1'>;
0445 my $today = Date.today;
0446 say so $release !before $today;
0447 
0448 say 4 R/ 12;
0449 say <beginfold id='1'>[</beginfold id='1'>R/<endfold id='1'>]</endfold id='1'> 2, 4, 16;
0450 say <beginfold id='1'>[</beginfold id='1'>RZ~<endfold id='1'>]</endfold id='1'> <1 2 3>,<4 5 6>
0451 
0452 say <beginfold id='1'>(</beginfold id='1'>1, 2, 3<endfold id='1'>)</endfold id='1'> »*» 2;
0453 say <beginfold id='1'>(</beginfold id='1'>1, 2, 3, 4<endfold id='1'>)</endfold id='1'> »~» <a b>;
0454 say <beginfold id='1'>(</beginfold id='1'>1, 2, 3<endfold id='1'>)</endfold id='1'> »+« <beginfold id='1'>(</beginfold id='1'>4, 5, 6<endfold id='1'>)</endfold id='1'>;
0455 say <beginfold id='1'>(</beginfold id='1'>&sin, &cos, &sqrt<endfold id='1'>)</endfold id='1'>».<beginfold id='1'>(</beginfold id='1'>0.5<endfold id='1'>)</endfold id='1'>;
0456 
0457 say @a »+=» 1;
0458 my <beginfold id='1'>(</beginfold id='1'>$a, $b, $c<endfold id='1'>)</endfold id='1'>;
0459 <beginfold id='1'>(</beginfold id='1'><beginfold id='1'>(</beginfold id='1'>$a, $b<endfold id='1'>)</endfold id='1'>, $c<endfold id='1'>)</endfold id='1'> «=» <beginfold id='1'>(</beginfold id='1'><beginfold id='1'>(</beginfold id='1'>1, 2<endfold id='1'>)</endfold id='1'>, 3<endfold id='1'>)</endfold id='1'>;
0460 
0461 say !« @wisdom;
0462 @a»++;
0463 say -« <beginfold id='1'>[</beginfold id='1'><beginfold id='1'>[</beginfold id='1'>1, 2<endfold id='1'>]</endfold id='1'>, 3<endfold id='1'>]</endfold id='1'>;
0464 
0465 @slops».?this-method-may-not-exist<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'>;
0466 
0467 my %outer = 1, 2, 3 Z=> <a b c>;
0468 my %inner = 1, 2 Z=> <x z>;
0469 say %outer «~» %inner;
0470 
0471 say $neighbors »>>+<<» <beginfold id='1'>(</beginfold id='1'>$p, *<endfold id='1'>)</endfold id='1'>;
0472 
0473 sub plus <beginfold id='1'>{</beginfold id='1'> $^a + $^b <endfold id='1'>}</endfold id='1'>;
0474 say <beginfold id='1'>[</beginfold id='1'><beginfold id='1'>[</beginfold id='1'>&plus<endfold id='1'>]</endfold id='1'><endfold id='1'>]</endfold id='1'> 1, 2, 3;
0475 
0476 my @n = <beginfold id='1'>[</beginfold id='1'>\~<endfold id='1'>]</endfold id='1'> 1..*;
0477 say @n<beginfold id='1'>[</beginfold id='1'>^5<endfold id='1'>]</endfold id='1'>;
0478 
0479 @l = <a b c d> Z~ 1, 2, *;
0480 say so 1 S& 2 S& 3;
0481 @a X<beginfold id='1'>[</beginfold id='1'>+=<endfold id='1'>]</endfold id='1'> @b;
0482 multi sub postfix:<++><beginfold id='1'>(</beginfold id='1'>$x is rw<endfold id='1'>)</endfold id='1'> is assoc<non>
0483 say $filename++ for 1..3;
0484 $x % $y == $x - floor<beginfold id='1'>(</beginfold id='1'>$x / $y<endfold id='1'>)</endfold id='1'> * $y
0485 say <a a b c a d> ⊍ bag<beginfold id='1'>(</beginfold id='1'><a a b c c><endfold id='1'>)</endfold id='1'>;
0486 say -« <1 2 3>
0487 
0488 # This is wrong: creates a Hash of Mixes, not Mix:
0489 my Mix %mix;
0490 # Works with $ sigil:
0491 my Mix $mix;
0492 # Can be typed:
0493 my Mix<beginfold id='1'>[</beginfold id='1'>Int<endfold id='1'>]</endfold id='1'> $mix-of-ints;
0494 
0495 my $x;
0496 my $x = 7;
0497 my Int $x = 7;
0498 my Int:D $x = 7;
0499 ndef<endfold id='1'>)</endfold id='1'>
0500 my Int $x where <beginfold id='1'>{</beginfold id='1'> $_ > 3 <endfold id='1'>}</endfold id='1'> = 7;
0501 my Int $x where * > 3 = 7;
0502 
0503 $str ~~ tr:d:c<beginfold id='5'>!</beginfold id='5'>dol<endfold id='5'></endfold id='5'><beginfold id='6'>!</beginfold id='6'>wne<endfold id='6'>!</endfold id='6'>;
0504 $str ~~ TR:c<beginfold id='5'>/</beginfold id='5'>dol<endfold id='5'></endfold id='5'><beginfold id='6'>/</beginfold id='6'>wne<endfold id='6'>/</endfold id='6'>;
0505 $str ~~ s<beginfold id='5'>!</beginfold id='5'>foo<endfold id='5'></endfold id='5'><beginfold id='6'>!</beginfold id='6'>fox<endfold id='6'>!</endfold id='6'>;
0506 $str ~~ <beginfold id='5'>/</beginfold id='5'>foo<endfold id='5'>/</endfold id='5'>bar<beginfold id='5'>/</beginfold id='5'>;
0507 $str ~~ <endfold id='5'>/</endfold id='5'>//;
0508 $str ~~ rx<beginfold id='5'>/</beginfold id='5'>foo<endfold id='5'>/</endfold id='5'>bar<beginfold id='5'>/</beginfold id='5'>;
0509 $str ~~ Q :regex <endfold id='5'>/</endfold id='5'>foo<beginfold id='5'>/</beginfold id='5'>;
0510 $str ~~ s<beginfold id='1'>{</beginfold id='1'>b<beginfold id='1'>(</beginfold id='1'>.<endfold id='1'>)</endfold id='1'>r<endfold id='1'>}</endfold id='1'> = " d$0n";
0511 $str ~~ regex<beginfold id='1'>{</beginfold id='1'>fox<endfold id='1'>}</endfold id='1'>; # error
0512 $str ~~ regex <beginfold id='1'>{</beginfold id='1'>fox<endfold id='1'>}</endfold id='1'>;
0513 rx<endfold id='5'>/</endfold id='5'> ^ab <beginfold id='5'>/</beginfold id='5'>;
0514 <endfold id='5'>/</endfold id='5'> ^ ab <beginfold id='5'>/</beginfold id='5'>;
0515 rx<endfold id='5'>/</endfold id='5'> \d ** 2/;
0516 $str ~~ tr:d:c<beginfold id='5'>!</beginfold id='5'>dol<endfold id='5'></endfold id='5'><beginfold id='6'>!</beginfold id='6'>wne<endfold id='6'>!</endfold id='6'>;
0517 $str ~~ TR:c<beginfold id='5'>/</beginfold id='5'>dol<endfold id='5'></endfold id='5'><beginfold id='6'>/</beginfold id='6'>wne<endfold id='6'>/</endfold id='6'>;
0518 $str ~~ s<beginfold id='5'>!</beginfold id='5'>foo<endfold id='5'></endfold id='5'><beginfold id='6'>!</beginfold id='6'>fox<endfold id='6'>!</endfold id='6'>;
0519 $str ~~ rx<beginfold id='5'>/</beginfold id='5'>foo<endfold id='5'>/</endfold id='5'>;
0520 $str ~~ regex:ds <beginfold id='1'>{</beginfold id='1'>fox<endfold id='1'>}</endfold id='1'>;
0521 $str ~~ regex<beginfold id='5'>{</beginfold id='5'>fox<endfold id='5'>}</endfold id='5'>;
0522 my a = <beginfold id='5'>/</beginfold id='5'>a<endfold id='5'>/</endfold id='5'>;
0523 rx<beginfold id='5'>/</beginfold id='5'> ^ab <endfold id='5'>/</endfold id='5'>;
0524 a = <beginfold id='5'>/</beginfold id='5'> ^ ab 'a' "$a" \d \n\n <:L :Script<Latin>> <:Block<beginfold id='1'>(</beginfold id='1'>'Basic Latin'<endfold id='1'>)</endfold id='1'>>  <endfold id='5'>/</endfold id='5'>;
0525 //;
0526  rx:sigspace<beginfold id='5'>.</beginfold id='5'>\d+ < :Script +:Block "Basic Latin" + :L> #plop
0527 '-'<endfold id='5'>.</endfold id='5'>;
0528 rx<beginfold id='5'>/</beginfold id='5'> \d ** 2 <[\d a d]+[\x233..\] " \c[dsds]]><endfold id='5'>/</endfold id='5'>;
0529 say $str ~~ m:g<beginfold id='5'>/</beginfold id='5'><beginfold id='1'>[</beginfold id='1'><beginfold id='1'>(</beginfold id='1'><[ACGT]> **: 3<endfold id='1'>)</endfold id='1'> \s*<endfold id='1'>]</endfold id='1'>+ \s+ <beginfold id='1'>(</beginfold id='1'><[A..Z a a..z \s]>+<endfold id='1'>)</endfold id='1'><endfold id='5'>/</endfold id='5'>;
0530 say '$333' ~~ m<beginfold id='5'>/</beginfold id='5'>^^ <?<beginfold id='1'>[</beginfold id='1'>$<endfold id='1'>]</endfold id='1'>> . \d+ <endfold id='5'>/</endfold id='5'>;
0531 say '/foo/o/bar/' ~~ <beginfold id='5'>/</beginfold id='5'>\/.**!<beginfold id='1'>{</beginfold id='1'>1..10<endfold id='1'>}</endfold id='1'>\/<endfold id='5'>/</endfold id='5'>;
0532 rx<beginfold id='1'>(</beginfold id='1'>a<endfold id='1'>)</endfold id='1'>;
0533 rx <beginfold id='5'>(</beginfold id='5'>a<endfold id='5'>)</endfold id='5'>;
0534 $str ~~ regex <beginfold id='5'>{</beginfold id='5'>fox<endfold id='5'>}</endfold id='5'>;
0535 $str ~~ s<beginfold id='5'>{</beginfold id='5'>b<beginfold id='1'>(</beginfold id='1'>.<endfold id='1'>)</endfold id='1'>r<endfold id='5'>}</endfold id='5'> = " d$0n";
0536 if 'abc' ~~ <beginfold id='5'>/</beginfold id='5'> <beginfold id='1'>[</beginfold id='1'>a||b<endfold id='1'>]</endfold id='1'> <beginfold id='1'>(</beginfold id='1'>c<endfold id='1'>)</endfold id='1'> <endfold id='5'>/</endfold id='5'> <beginfold id='1'>{</beginfold id='1'>
0537     say ~$0;                # OUTPUT: «c␤»
0538 <endfold id='1'>}</endfold id='1'>
0539 if 'abc' ~~ <beginfold id='5'>/</beginfold id='5'> $<myname> = <beginfold id='1'>[</beginfold id='1'> \w+ <endfold id='1'>]</endfold id='1'> <endfold id='5'>/</endfold id='5'> <beginfold id='1'>{</beginfold id='1'>
0540     say ~$<myname>      # OUTPUT: «abc␤»
0541 <endfold id='1'>}</endfold id='1'>
0542 say 'abc' ~~ <beginfold id='5'>/</beginfold id='5'> a <( b )> c<endfold id='5'>/</endfold id='5'>;
0543 say 'abc' ~~ <beginfold id='5'>/</beginfold id='5'> <(a <( b )> c)><endfold id='5'>/</endfold id='5'>;
0544 say "abc" ~~ <beginfold id='5'>/</beginfold id='5'>a. | ab <beginfold id='1'>{</beginfold id='1'> print "win" <endfold id='1'>}</endfold id='1'> <endfold id='5'>/</endfold id='5'>;
0545 
0546 so 'hello world' ~~ m:Perl5<beginfold id='7'>/</beginfold id='7'>^hello (world)<endfold id='7'>/</endfold id='7'>;   # OUTPUT: «True␤»
0547 so 'hello world' ~~ m<beginfold id='5'>/</beginfold id='5'>^hello <beginfold id='1'>(</beginfold id='1'>world<endfold id='1'>)</endfold id='1'><endfold id='5'>/</endfold id='5'>;         # OUTPUT: «False␤»
0548 so 'hello world' ~~ m<beginfold id='5'>/</beginfold id='5'>^ 'hello ' <beginfold id='1'>(</beginfold id='1'>'world'<endfold id='1'>)</endfold id='1'><endfold id='5'>/</endfold id='5'>;   # OUTPUT: «True␤»
0549 
0550 say "Abra abra CADABRA" ~~ m:exhaustive<beginfold id='5'>/</beginfold id='5'>:i a \w+ a<endfold id='5'>/</endfold id='5'>;
0551 
0552 my regex ipv4-octet <beginfold id='5'>{</beginfold id='5'> \d ** 1..3 <?<beginfold id='1'>{</beginfold id='1'> $/.Int <= 255 && $/.Int >= 0 <endfold id='1'>}</endfold id='1'>> <endfold id='5'>}</endfold id='5'>
0553 my regex ipv4-octet <beginfold id='5'>{</beginfold id='5'> \d ** 1..3 <?<beginfold id='1'>{</beginfold id='1'> True <endfold id='1'>}</endfold id='1'>> <endfold id='5'>}</endfold id='5'>
0554 say 'abc' ~~ <beginfold id='5'>/</beginfold id='5'> <?before a> && . <endfold id='5'>/</endfold id='5'>;
0555 say 'abcdefg' ~~ rx<beginfold id='5'>{</beginfold id='5'> abc <[email protected]ending_letters> <endfold id='5'>}</endfold id='5'>;
0556 s:g<beginfold id='5'>[</beginfold id='5'>\d+ <?before \s* @units><endfold id='5'>]</endfold id='5'> = 5 * $/;
0557 
0558 
0559 sub walk<beginfold id='1'>(</beginfold id='1'>\thing, *@keys<endfold id='1'>)</endfold id='1'> is rw <beginfold id='1'>{</beginfold id='1'>
0560     my $current := thing;
0561     for @keys -> $k <beginfold id='1'>{</beginfold id='1'>
0562         if $k ~~ Int <beginfold id='1'>{</beginfold id='1'>
0563             $current := $current<beginfold id='1'>[</beginfold id='1'>$k<endfold id='1'>]</endfold id='1'>;
0564         <endfold id='1'>}</endfold id='1'>
0565         else <beginfold id='1'>{</beginfold id='1'>
0566             $current := $current<beginfold id='1'>{</beginfold id='1'>$k<endfold id='1'>}</endfold id='1'>;
0567         <endfold id='1'>}</endfold id='1'>
0568     <endfold id='1'>}</endfold id='1'>
0569     $current;
0570 <endfold id='1'>}</endfold id='1'>
0571 
0572 my %hash;
0573 walk<beginfold id='1'>(</beginfold id='1'>%hash, 'some', 'key', 1, 2<endfold id='1'>)</endfold id='1'> = 'autovivified';
0574 
0575 say %hash.perl;
0576 
0577 class X::WithoutLineNumber is X::AdHoc <beginfold id='1'>{</beginfold id='1'>
0578     multi method gist<beginfold id='1'>(</beginfold id='1'>X::WithoutLineNumber:D:<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0579         $.payload
0580     <endfold id='1'>}</endfold id='1'>
0581 <endfold id='1'>}</endfold id='1'>
0582 die X::WithoutLineNumber.new<beginfold id='1'>(</beginfold id='1'>payload => "message"<endfold id='1'>)</endfold id='1'>
0583 
0584 <beginfold id='1'>{</beginfold id='1'> return; CATCH <beginfold id='1'>{</beginfold id='1'> default <beginfold id='1'>{</beginfold id='1'> $*ERR.say: .^name, ': ', .Str <endfold id='1'>}</endfold id='1'> <endfold id='1'>}</endfold id='1'> <endfold id='1'>}</endfold id='1'>
0585 
0586 multi sub trait_mod:<is><beginfold id='1'>(</beginfold id='1'>Routine $r, :$export!<endfold id='1'>)</endfold id='1'>
0587 
0588 react <beginfold id='1'>{</beginfold id='1'>
0589     whenever signal<beginfold id='1'>(</beginfold id='1'>SIGINT<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0590         say "goodbye";
0591         done
0592     <endfold id='1'>}</endfold id='1'>
0593 <endfold id='1'>}</endfold id='1'>
0594 
0595 signal<beginfold id='1'>(</beginfold id='1'>SIGINT<endfold id='1'>)</endfold id='1'>.tap: <beginfold id='1'>{</beginfold id='1'> say "bye"; exit <endfold id='1'>}</endfold id='1'>; loop <beginfold id='1'>{</beginfold id='1'><endfold id='1'>}</endfold id='1'>
0596 
0597 method base-repeating<beginfold id='1'>(</beginfold id='1'>Rational:D: Int:D<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'> $base = 10<endfold id='1'>)</endfold id='1'>
0598 
0599 multi sub prefix:<--><beginfold id='1'>(</beginfold id='1'>$x is rw<endfold id='1'>)</endfold id='1'> is assoc<non>
0600 
0601 
0602 multi MAIN<beginfold id='1'>(</beginfold id='1'>Bool :$man<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0603     run $*EXECUTABLE, '--doc', $*PROGRAM;
0604 <endfold id='1'>}</endfold id='1'>
0605 
0606 for $file.lines -> $line <beginfold id='1'>{</beginfold id='1'>
0607     next unless $line; # ignore any empty lines
0608 
0609     my <beginfold id='1'>(</beginfold id='1'>$pairing, $result<endfold id='1'>)</endfold id='1'> = $line.split<beginfold id='1'>(</beginfold id='1'>' | '<endfold id='1'>)</endfold id='1'>;
0610     my <beginfold id='1'>(</beginfold id='1'>$p1, $p2<endfold id='1'>)</endfold id='1'>          = $pairing.words;
0611     my <beginfold id='1'>(</beginfold id='1'>$r1, $r2<endfold id='1'>)</endfold id='1'>          = $result.split<beginfold id='1'>(</beginfold id='1'>':'<endfold id='1'>)</endfold id='1'>;
0612 
0613     %sets<beginfold id='1'>{</beginfold id='1'>$p1<endfold id='1'>}</endfold id='1'> += $r1;
0614     %sets<beginfold id='1'>{</beginfold id='1'>$p2<endfold id='1'>}</endfold id='1'> += $r2;
0615 
0616     if $r1 > $r2 <beginfold id='1'>{</beginfold id='1'>
0617         %matches<beginfold id='1'>{</beginfold id='1'>$p1<endfold id='1'>}</endfold id='1'>++;
0618     <endfold id='1'>}</endfold id='1'> else <beginfold id='1'>{</beginfold id='1'>
0619         %matches<beginfold id='1'>{</beginfold id='1'>$p2<endfold id='1'>}</endfold id='1'>++;
0620     <endfold id='1'>}</endfold id='1'>
0621 <endfold id='1'>}</endfold id='1'>
0622 
0623 for @sorted -> $n <beginfold id='1'>{</beginfold id='1'>
0624     my $match-noun = %matches<beginfold id='1'>{</beginfold id='1'>$n<endfold id='1'>}</endfold id='1'> == 1 ?? 'match' !! 'matches';
0625     my $set-noun   = %sets<beginfold id='1'>{</beginfold id='1'>$n<endfold id='1'>}</endfold id='1'> == 1 ?? 'set' !! 'sets';
0626     say "$n has won %matches{$n} $match-noun and %sets{$n} $set-noun";
0627 <endfold id='1'>}</endfold id='1'>
0628 
0629 say "Math: { 1 + 2 }";
0630 
0631 my @people = <Luke Matthew Mark>;
0632 say "The synoptics are: {@people}";
0633 
0634 say "{%sets}";
0635 say "we have @flavors[0]";
0636 say "we have @flavors[]";
0637 say "we have @flavors.sort()";
0638 say "we have @flavors.sort.join(', ')";
0639 
0640 my @valid-players = $file.get.words;
0641 
0642 for $file.lines -> $line <beginfold id='1'>{</beginfold id='1'>
0643     my <beginfold id='1'>(</beginfold id='1'>$pairing, $result<endfold id='1'>)</endfold id='1'> = $line.split<beginfold id='1'>(</beginfold id='1'>' | '<endfold id='1'>)</endfold id='1'>;
0644     my <beginfold id='1'>(</beginfold id='1'>$p1, $p2<endfold id='1'>)</endfold id='1'>          = $pairing.split<beginfold id='1'>(</beginfold id='1'>' '<endfold id='1'>)</endfold id='1'>;
0645     if $p1 ∉ @valid-players <beginfold id='1'>{</beginfold id='1'>
0646         say "Warning: '$p1' is not on our list!";
0647     <endfold id='1'>}</endfold id='1'>
0648     if $p2 ∉ @valid-players <beginfold id='1'>{</beginfold id='1'>
0649         say "Warning: '$p2' is not on our list!";
0650     <endfold id='1'>}</endfold id='1'>
0651 <endfold id='1'>}</endfold id='1'>
0652 
0653 my @array = <beginfold id='1'>[</beginfold id='1'> 'x', 'xx', 'xxx', 'o', 'oo', 'X', 'Y', 'Z' <endfold id='1'>]</endfold id='1'>;
0654 my @array = <  x    xx    xxx    o    oo    X    Y    Z  >;
0655 
0656 sub plus <beginfold id='1'>{</beginfold id='1'> $^a + $^b <endfold id='1'>}</endfold id='1'>;
0657 say <beginfold id='1'>[</beginfold id='1'><beginfold id='1'>[</beginfold id='1'>&plus<endfold id='1'>]</endfold id='1'><endfold id='1'>]</endfold id='1'> 1, 2, 3;
0658 
0659 say <beginfold id='1'>[</beginfold id='1'>X~<endfold id='1'>]</endfold id='1'> <beginfold id='1'>(</beginfold id='1'>1, 2<endfold id='1'>)</endfold id='1'>, <a b>;
0660 
0661 my @n = <beginfold id='1'>[</beginfold id='1'>\~<endfold id='1'>]</endfold id='1'> 1..*;
0662 say @n<beginfold id='1'>[</beginfold id='1'>^5<endfold id='1'>]</endfold id='1'>;
0663 
0664 my @l = <a b c d> Z~ ':' xx *;
0665    @l = <a b c d> Z~ 1, 2, *;
0666 
0667 say so 1 S& 2 S& 3;
0668 
0669 say %color«cherry "$fruit"».raku
0670 say $a.:<++>;
0671 
0672 say 2 !(elem) <beginfold id='1'>(</beginfold id='1'>1, 2, 3<endfold id='1'>)</endfold id='1'>;
0673 
0674 say $_ if <beginfold id='5'>/</beginfold id='5'>A<endfold id='5'>/</endfold id='5'> ^ff^ <beginfold id='5'>/</beginfold id='5'>C<endfold id='5'>/</endfold id='5'> for @list
0675 
0676 my @result;
0677 <people of earth>
0678     ==> map<beginfold id='1'>(</beginfold id='1'><beginfold id='1'>{</beginfold id='1'> .tc <endfold id='1'>}</endfold id='1'><endfold id='1'>)</endfold id='1'>
0679     ==> my @caps; @caps   # also could wrap in parentheses instead
0680     ==> grep <beginfold id='5'>/</beginfold id='5'><[PE]><endfold id='5'>/</endfold id='5'>
0681     ==> sort<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'>
0682     ==> @result;
0683 
0684 my @result
0685     <== sort<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'>
0686     <== grep<beginfold id='1'>(</beginfold id='1'><beginfold id='1'>{</beginfold id='1'> <beginfold id='5'>/</beginfold id='5'><[PE]><endfold id='5'>/</endfold id='5'> <endfold id='1'>}</endfold id='1'><endfold id='1'>)</endfold id='1'>
0687     <== my @caps            # unlike ==>, there's no need for additional statement
0688     <== map<beginfold id='1'>(</beginfold id='1'><beginfold id='1'>{</beginfold id='1'> .tc <endfold id='1'>}</endfold id='1'><endfold id='1'>)</endfold id='1'>
0689     <== <people of earth>;
0690 
0691 False and do <beginfold id='1'>{</beginfold id='1'> 42.say <endfold id='1'>}</endfold id='1'>;
0692 3, do if 1 <beginfold id='1'>{</beginfold id='1'> 2 <endfold id='1'>}</endfold id='1'>  ;
0693 if 0 <beginfold id='1'>{</beginfold id='1'> say "no" <endfold id='1'>}</endfold id='1'> elsif False <beginfold id='1'>{</beginfold id='1'> say "NO" <endfold id='1'>}</endfold id='1'> else <beginfold id='1'>{</beginfold id='1'> say "yes" <endfold id='1'>}</endfold id='1'>
0694 $_ = 1; unless False -> $a <beginfold id='1'>{</beginfold id='1'> $a.say <endfold id='1'>}</endfold id='1'> ;
0695 when so $a <beginfold id='1'>{</beginfold id='1'> say 'a' <endfold id='1'>}</endfold id='1'>
0696 
0697 for 1..100 <beginfold id='1'>{</beginfold id='1'>
0698     when * %% 15 <beginfold id='1'>{</beginfold id='1'> say 'FizzBuzz' <endfold id='1'>}</endfold id='1'>
0699     when * %% 3  <beginfold id='1'>{</beginfold id='1'> say 'Fizz' <endfold id='1'>}</endfold id='1'>
0700     when * %% 5  <beginfold id='1'>{</beginfold id='1'> say 'Buzz' <endfold id='1'>}</endfold id='1'>
0701     default      <beginfold id='1'>{</beginfold id='1'> say $_ <endfold id='1'>}</endfold id='1'>
0702 <endfold id='1'>}</endfold id='1'>
0703 
0704 multi sub grab<beginfold id='1'>(</beginfold id='1'>**@a<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'> "grab $_".say for @a <endfold id='1'>}</endfold id='1'>
0705 multi sub grab<beginfold id='1'>(</beginfold id='1'>\a<endfold id='1'>)</endfold id='1'> <beginfold id='1'>{</beginfold id='1'>
0706     a ~~ Iterable and a.VAR !~~ Scalar ?? nextwith<beginfold id='1'>(</beginfold id='1'>|a<endfold id='1'>)</endfold id='1'> !! nextwith<beginfold id='1'>(</beginfold id='1'>a,<endfold id='1'>)</endfold id='1'>
0707 <endfold id='1'>}</endfold id='1'>
0708 
0709 for '.' <beginfold id='1'>{</beginfold id='1'>
0710     .Str.say when !.IO.d;
0711     .IO.dir<beginfold id='1'>(</beginfold id='1'><endfold id='1'>)</endfold id='1'>».&?BLOCK when .IO.d # lets recurse a little!
0712 <endfold id='1'>}</endfold id='1'>
0713 
0714 say a».<beginfold id='1'>(</beginfold id='1'>0.5<endfold id='1'>)</endfold id='1'>; say a>>.<beginfold id='1'>(</beginfold id='1'>0.5<endfold id='1'>)</endfold id='1'>; a.:<sa> ; a. sa :!False
0715 func <a b>
0716 
0717 
0718 if 'abc-abc-abc' ~~ <beginfold id='5'>/</beginfold id='5'> $<string>=<beginfold id='1'>(</beginfold id='1'> <beginfold id='1'>[</beginfold id='1'> $<part>=<beginfold id='1'>[</beginfold id='1'>abc<endfold id='1'>]</endfold id='1'> <endfold id='1'>]</endfold id='1'>* % '-' <endfold id='1'>)</endfold id='1'> <endfold id='5'>/</endfold id='5'> <beginfold id='1'>{</beginfold id='1'>
0719     say ~$<string>;          # OUTPUT: «abc-abc-abc␤»
0720     say ~$<string><part>;    # OUTPUT: «abc abc abc␤»
0721     say ~$<string><part><beginfold id='1'>[</beginfold id='1'>0<endfold id='1'>]</endfold id='1'>; # OUTPUT: «abc␤»
0722 <endfold id='1'>}</endfold id='1'>
0723 
0724 <beginfold id='1'>[</beginfold id='1'>«<beginfold id='1'>[</beginfold id='1'>«<beginfold id='1'>[</beginfold id='1'>«<beginfold id='1'>[</beginfold id='1'>+<endfold id='1'>]</endfold id='1'>»<endfold id='1'>]</endfold id='1'>»<endfold id='1'>]</endfold id='1'>»<endfold id='1'>]</endfold id='1'> <1 2 3 4>