We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567cca0 commit 303759dCopy full SHA for 303759d
docs/Perl6/Perl5/Differences.pod
@@ -125,7 +125,8 @@ context.
125
my $is-nonempty = ?@array;
126
127
Apostrophes C<'> and dashes C<-> are allowed as part of identifiers, as long as
128
-they appear between two letters.
+the next character is alphabetic. In other words, any two valid identifiers
129
+may be joined with a single C<'> or C<-> character to form a longer identifier.
130
131
=cut
132
0 commit comments