Skip to content

Commit

Permalink
add comment on comments
Browse files Browse the repository at this point in the history
also tweak punctuation
  • Loading branch information
tbrowder committed Aug 31, 2019
1 parent 817f78c commit a98c420
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Language/syntax.pod6
Expand Up @@ -107,7 +107,7 @@ say "world"
Complete statements ending in bare blocks can omit the trailing
semicolon, if no additional statements on the same line follow the
block's closing curly brace C<}>. This is called the "implied separator
rule". For example, you don't need to write a semicolon after an C<if>
rule." Ftor example, you don't need to write a semicolon after an C<if>
statement block as seen above, and below.
=begin code
Expand Down Expand Up @@ -156,7 +156,8 @@ say "world";
=head2 Comments
Comments are parts of the program text which are only intended for human
readers; the Perl 6 compilers do not evaluate them as program text.
readers; the Perl 6 compilers do not evaluate them as program text. They
are part of the I<non-ambient> code that includes I<Pod 6> text.
Comments count as whitespace in places where the absence or presence of
whitespace disambiguates possible parses.
Expand Down

0 comments on commit a98c420

Please sign in to comment.