Skip to content

Commit

Permalink
C<...> to C<<...>> for example containing single <
Browse files Browse the repository at this point in the history
  • Loading branch information
revhippie committed Jan 13, 2016
1 parent 6bee7f2 commit b333245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlsyn.pod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Perl 6 is still I<largely> free form. However, there are a few instances
where the presence or lack of whitespace is now significant. For
instance, in Perl 5, you can omit a space following a keyword (e. g.
C<<while($x < 5)>> or C<my($x, $y)>). In Perl 6, that space is required,
thus C<while ($x < 5)> or C<my ($x, $y)>. In Perl 6, however, you can
thus C<<while ($x < 5)>> or C<my ($x, $y)>. In Perl 6, however, you can
omit the parentheses altogether: C<< while $x < 5 >>. This holds for
C<if>, C<for>, etc.
Expand Down

0 comments on commit b333245

Please sign in to comment.