Cursus Raku / Provectus / Operatores / Meta-operatores / Reductionis meta-operatores

Quiz — Reductio

Quid sequens programma imprimit?

my @n = 1, 2, 3, 4;
say [*] @n;
010
124
04
0(1 2 6 24)

Reductionis meta-operatores   |   Zip meta-operatores