[t/spec] Add tricky tests (which pass after latest Rakudo patch), unfudge old simple...
[pugs.git] / examples / japh / list_fun2.pl
blobe405130ba5f8c25397ca075340ff0a52c5037400
1 use v6;
2 # based loosely on http://www.perlmonks.org/?node_id=199499
3 # domm@zsi.at
5 my $a=<j 1 t 3 l c> >>~<< <u a h P 5 k>
6 >>~<< <s n e e h e> >>~<< <t o r r a r>
7 ;$a~~s:g/\s//;$a~~s:g/\d/ /;$a.say;