pugs$ cat prova.pl && ./pugs prova.pl my @x = my @y = (); ((False,True).pick ?? @x !! @y).push(); say "x: @x[]"; say "y: @y[]"; x: a b c y: