# Pastebin UTXBcmJr use v6.e.PREVIEW; my $a := 1, 1, * + * ... *; my $b := 2, * * 2 ... *; my $c = zip($a, $b).flat; say $c.WHAT; dd $c[^88];