Help for this page

Select Code to Download


  1. or download this
    11:44 >perl -MData::Dump -we "my @c = 'a'..'z'; dd map { qq[<$_>] } @c
    +[6..9, 23, 25];"
    ("<g>", "<h>", "<i>", "<j>", "<x>", "<z>")
    
    11:45 >
    
  2. or download this
    11:45 >raku -v
    This is Rakudo version 2020.05.1 built on MoarVM version 2020.05
    ...
    ("<g h i j>", "<x>", "<z>").Seq
    
    11:46 >