On 2020-02-08 15:39, Paul Procacci wrote:
sub a(:$a, :$b, :$c) {}

a(:c(1), :a(0), :b(3));

Hi Paul,

I think I got it, but would yo give me one more exampale
to make sure I fully understand?

sub a(:$a, :$b, :$c) {}

a(:c(1), :a(0), :b(3));

But with two that are not named and two that are named.
And what is the order?


Many thanks,
-T

Reply via email to