Hi All,

Looking at

   https://docs.perl6.org/routine/print

I see

   multi sub print(**@args --> True)

Question.  If I wanted to create my own print routine
using **@args, how would I declare it?

   sub printx( **@args data ) {...}


Many thanks,
-T


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When you say, "I wrote a program that
crashed Windows," people just stare at
you blankly and say, "Hey, I got those
with the system, for free."
     -- Linus Torvalds
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to