Skip to content

Commit

Permalink
[docs] Fix runaway PIR_FRAGMENT regions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Boyle committed May 23, 2011
1 parent 121807c commit f9b5a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/pir/ch03_basic_syntax.pod
Expand Up @@ -266,7 +266,7 @@ true or false before jumping:

if $I0 > 5 goto GREET

=end PIR_FRAGMENT
=end PIR_FRAGMENT_INVALID

You can construct any traditional control structure from PIR's built-in control structures.

Expand Down
2 changes: 1 addition & 1 deletion docs/book/pir/ch04_variables.pod
Expand Up @@ -1314,7 +1314,7 @@ reached the end of the aggregate:

if $P1 goto iter_repeat

=end PIR_FRAGMENT
=end PIR_FRAGMENT_INVALID

Parrot provides predefined constants for working with iterators.
C<.ITERATE_FROM_START> and C<.ITERATE_FROM_END> constants select whether an
Expand Down

0 comments on commit f9b5a34

Please sign in to comment.