On 12/19/20 8:21 PM, Bruce Gray wrote:
With a custom `new` method, that could be shortened further to:
        say BadMath.new(2, 2).BadAdd;

print BadMath.new(2, 2).BadAdd ~ "\n";
Default constructor for 'BadMath' only takes named arguments
  in block <unit> at <unknown file> line 1

What am I missing?

Reply via email to