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

minmax infix op not documented #1734

Closed
AlexDaniel opened this issue Jan 16, 2018 · 3 comments
Closed

minmax infix op not documented #1734

AlexDaniel opened this issue Jan 16, 2018 · 3 comments
Assignees
Labels
docs Documentation issue (primary issue type)

Comments

@AlexDaniel
Copy link
Member

Isn't the minmax operator documented anywhere? It's mentioned on https://docs.perl6.org/language/operators in the precendence table, but with no explanation

<AlexDaniel> m: say 5 minmax 8 minmax 3
<camelia> rakudo-moar 354a38484: OUTPUT: «3..8␤»
<AlexDaniel> cool

It's documented as a method, and nowhere it says that there's a sub form and an infix form.

@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Jan 16, 2018
@JJ
Copy link
Contributor

JJ commented Jan 23, 2018

Any suggestion? Add an entry there?

@fluca1978
Copy link
Contributor

Since it's already documented in Any, I suspect it could be documented in the operators likely minhttps://docs.perl6.org/routine/min#language_documentation_Operators.

If that's ok, I can work on it today or tomorrow (please assign to me in such case).

@JJ
Copy link
Contributor

JJ commented Jan 23, 2018

Done. If you need help, just let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

3 participants