Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make hyper operators searchable
  • Loading branch information
Altai-man committed Jul 17, 2016
1 parent 4897e96 commit d9a902c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -203,7 +203,7 @@ with C<R>. Associativity of operands is reversed as well.
say 4 R/ 12; # 3
say [R/] 2, 4, 16; # 2
=head1 Hyper Operators
=head1 X<<<Hyper Operators|hyper,<<;hyper,>>;hyper,«;hyper,»>>>
Hyper operators apply a given operator enclosed by C<«> and C<»> to one or two
lists, returning the resulting list. The pointy part of C<«> or C<»> has to
Expand Down

0 comments on commit d9a902c

Please sign in to comment.