sub echo(Int $x) { say $x.^name; } echo(Int); --output:-- Int