Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hide "Infix Form" from /routine-operator
  • Loading branch information
gfldex committed Jul 15, 2016
1 parent 3a6e347 commit 38a88ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/functions.pod6
Expand Up @@ -337,7 +337,7 @@ which applies a function to each input element:
my @squared = map &square, 1..5;
say join ', ', @squared; # 1, 4, 9, 16, 25
=head2 Infix Form
=head2 Z<>Infix Form
To call a subroutine with 2 arguments like a infix operator, use a subroutine
reference surrounded by C<[> and C<]>.
Expand Down

0 comments on commit 38a88ae

Please sign in to comment.