Abbreviations, automatic: Difference between revisions

Content deleted Content added
deleted the erroneous Cantonese list of words for the days-of-the-week (it'll be restored when a correct Cantonese list is found).
Thundergnat (talk | contribs)
m Undo revision 253021 by Thundergnat (talk) meh. Better before
Line 148:
my @days = .words;
my $max = @days».chars.max;
for ^0 .. $max {
say "$_: {@days}" and last if +@days».substr(0, $_).Set == 7;
say "∞: {@days}" and last if $_ == $max;