Help for this page

Select Code to Download


  1. or download this
    16:21 >raku -e "my @c = 'a'..'z'; @c[flat 6..9, 23, 25].map( { qq[<$_>
    +] } ).raku.put;"
    ("<g>", "<h>", "<i>", "<j>", "<x>", "<z>").Seq
    ...
    ("<g>", "<h>", "<i>", "<j>", "<x>", "<z>").Seq
    
    16:22 >