Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Feb 12, 2017
1 parent 3cef368 commit 02a3832
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Language/operators.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ the operator category, then a colon, and a list quote construct with the
symbol(s) that make up the operator:
infix:<+>(1, 2); # same as 1 + 2
my @a = <a b c>;
circumfix:«[ ]»(@a); # same as @a[]
circumfix:«[ ]»(<a b c>); # same as [<a b c>]
As a special case, a I<listop> (list operator) can stand either as a
term or as a prefix. Subroutine calls are the most common listops. Other
Expand Down

0 comments on commit 02a3832

Please sign in to comment.