Skip to content

Commit 3f9e05a

Browse files
committed
Reflow
1 parent 1f20ea5 commit 3f9e05a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

doc/Language/101-basics.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
55
=SUBTITLE A basic introductory example of a Perl 6 program
66
7-
Suppose that you host a table tennis tournament. The referees tell you the
8-
results of each game in the format C<Player1 Player2 | 3:2>, which means
9-
that C<Player1> won against C<Player2> by 3 to 2 sets. You need a script that
10-
sums up how many matches and sets each player has won to determine the overall
11-
winner.
7+
Suppose that you host a table tennis tournament. The referees tell you
8+
the results of each game in the format C<Player1 Player2 | 3:2>, which
9+
means that C<Player1> won against C<Player2> by 3 to 2 sets. You need a
10+
script that sums up how many matches and sets each player has won to
11+
determine the overall winner.
1212
1313
The input data (stored in a file called C<scores.txt>) looks like this:
1414

doc/Language/5to6-overview.pod6

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
55
=SUBTITLE How do I do what I used to do?
66
7-
These documents should not be mistaken for a beginner tutorial or a promotional
8-
overview of Perl 6; it is intended as a technical reference for Perl 6 learners
9-
with a strong Perl 5 background and for anyone porting Perl 5 code to Perl 6.
7+
These documents should not be mistaken for a beginner tutorial or a
8+
promotional overview of Perl 6; it is intended as a technical reference
9+
for Perl 6 learners with a strong Perl 5 background and for anyone
10+
porting Perl 5 code to Perl 6.
1011
1112
=head1 Perl 6 in a Nutshell
1213

0 commit comments

Comments
 (0)