Peter Behroozi wrote:

> Has anyone considered a syntax for allowing subroutines to have many
> different names for the same argument?

If it were allowed, it would probably be done via properties instead:

        sub hidden (str $name, int $force, int $override is aka($force)) { ... }

Damian



Reply via email to