my $b="";for $*IN.slurp-rest.comb { my $r=$b.index($_);print defined($r)&&$r < 10 ?? $r !! $_; $b = $_ ~ $b if /\w/ }
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page