Skip to content

Commit

Permalink
markup fix, noticed by tadzik++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 23, 2010
1 parent 54b6b80 commit 426a900
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/basics.pod
Expand Up @@ -464,16 +464,16 @@ the value associated with that key, and finally a newline.

=begin programlisting

say "Math: { 1 + 2 }" # Math: 3
my @people = <Luke Matthew Mark>;
say "The synoptics are: {@people}" # The synoptics are: Luke Matthew Mark
say "Math: { 1 + 2 }" # Math: 3
my @people = <Luke Matthew Mark>;
say "The synoptics are: {@people}" # The synoptics are: Luke Matthew Mark

say "{%sets}"; # From the table tennis tournament
say "{%sets}"; # From the table tennis tournament

# Charlie 4
# Dave 6
# Ana 8
# Beth 4
# Charlie 4
# Dave 6
# Ana 8
# Beth 4

=end programlisting

Expand Down

0 comments on commit 426a900

Please sign in to comment.