What are values with : called?

[email protected] (ToddAndMargo via perl6-users) Sun, 2 Nov 2025 15:31:31 -0800
Newsgroups perl.perl6.users
Message-ID <[email protected]>
Hi All,

In the following:

     my Proc $p = run( |@args, :err, :out );

What are the values with the ":" in front of them
officially called?   I take it "thingies with the
colon in front of them" does not cut it.

Many thanks,
-T