On Friday, 10 December 2021 at 06:24:27 UTC, Rumbu wrote: > > Since it seems there is a contest here: > > ```d > "abc;def;ghi".split(';').join(); > ``` > > :) Would that become two for loops or not?