Abbreviations, automatic: Difference between revisions

m
Undo revision 253021 by Thundergnat (talk) meh. Better before
(deleted the erroneous Cantonese list of words for the days-of-the-week (it'll be restored when a correct Cantonese list is found).)
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;
10,339

edits