Skip to content

Commit

Permalink
add Heredoc and constant to doc search
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Apr 4, 2016
1 parent 57bc359 commit 0663fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Language/5to6-nutshell.pod
Expand Up @@ -969,7 +969,7 @@ denominator is limited to C<2**64>, after which it will automatically
upgrade to C<Num> to preserve performance). If you want a C<Rat> with
an arbitrary-precision denominator, C<FatRat> is available.
=head3 C<constant>
=head3 X<C<constant>>
In Perl 6, C<constant> is a declarator for variables, just like C<my>,
except the variable is permanently locked to the result of its
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/quoting.pod
Expand Up @@ -210,7 +210,7 @@ Again, the output of the external command can be kept in a variable:
See also L<shell|/routine/shell> and L<run|/routine/run> for other ways to
execute external commands.
=head2 Heredocs: :to
=head2 X<Heredocs: :to>
A convenient way to write multi-line string literals are I<heredocs>, which
let you choose the delimiter yourself:
Expand Down

0 comments on commit 0663fbb

Please sign in to comment.