Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add & interpolation to index
  • Loading branch information
gfldex committed Jul 22, 2016
1 parent e7200ea commit f81097c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Language/quoting.pod6
Expand Up @@ -118,6 +118,7 @@ say "@neighborsB<.L<join>(', ')> and I try our best to coexist peacefully."
However, C<"@example.com"> produces C<@example.com>.
To call a subroutine use the C<&>-sigil.
X<|&>
say "abc&uc("def")ghi";
# OUTPUT«abcDEFghi␤»
Expand Down

0 comments on commit f81097c

Please sign in to comment.