in reply to Mixing up da Arrays (Golf)


This is short but inefficient.
#!/usr/bin/perl6 sleep(31536000); @Row4 = merge(@Row1, @Row2, @Row3);
The sleep() is there because we may have to wait a while for merge().

John.
--
There are PI seconds in a nano-century.