Skip to content

Commit

Permalink
Checks sym refs #2632
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 2, 2019
1 parent f250c6c commit 2ce0f43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/syntax.pod6
Expand Up @@ -307,7 +307,7 @@ generates unique variants of that identifier.
These strings have the form C<:key<value>>, wherein C<key> I<or> C<value> are
optional; that is, after the colon that separates it from a regular identifier,
there will be a C<key> and/or a quoting bracketing construct such as C«< >», C<« »>
or C<[' ']> which quotes one or more arbitrary characters C<value>: N<Starting
or C<[' ']> which quotes one or more arbitrary characters C<value>N<Starting
with Perl 6 language version 6.d, colon pairs with C<sym> as the C<key> (e.g.
C«:sym<foo>») are reserved for possible future use.>
Expand All @@ -327,8 +327,8 @@ party:$a # ...nor $a
In an extended identifier, the postfix string is considered an integral part of
the name, so C<infix:<+>> and C<infix:<->> are two different operators. The
bracketing characters used, however, do not count as part of it; only the
quoted data matters. So these are all the same name:
bracketing characters used, however, do not count as part of it; only the quoted
data matters. So these are all the same name:
=begin code :skip-test<identifiers only>
infix:<+>
Expand Down

0 comments on commit 2ce0f43

Please sign in to comment.