Help for this page
class Dot { has $.x; ... my $a = Dot.new(x => 23, y => 42, z => 2); say $_ for $a.get;
23 42 (Any)
Use of uninitialized value of type Any in numeric context ...