Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple same-named arguments #108

Open
AlexDaniel opened this issue Apr 16, 2016 · 0 comments
Open

Multiple same-named arguments #108

AlexDaniel opened this issue Apr 16, 2016 · 0 comments

Comments

@AlexDaniel
Copy link
Member

From S06:

Perl 6 allows multiple same-named arguments, and records the relative order of arguments with the same name. When there are more than one argument, the @ sigil in the parameter list causes the arguments to be concatenated:

This does not work right now.

Some comments from @jnthn:

jnthn: fwiw, I'd be surprised if that was ever implemented.
jnthn: It's likely incompatible with multi-dispatch for one.
jnthn: Should probably get tossed from the design docs, anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant