Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Took entries that were commented out in lib/Language/control.pod and
changed them to entries with TODO comments
  • Loading branch information
dha committed Sep 1, 2015
1 parent 37f6c07 commit 802a261
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions lib/Language/control.pod
Expand Up @@ -238,14 +238,13 @@ two differences C<unless> works the same as L<if>:
Implementation note: Currently, Rakudo will say "1 Nil 3 0" for the last
example because it is not caught up to this part of the design yet.
=begin comment
=head2 for
=comment TODO
=head2 gather/take
=end comment
=comment TODO
=head2 given
Expand Down Expand Up @@ -409,21 +408,29 @@ This can also be written quite naturally with C<until>:
...
} until $x >= 10;
=begin comment
=head2 while
=comment TODO
=head2 return
=comment TODO
=head2 next
=comment TODO
=head2 last
=comment TODO
=head2 redo
=comment TODO
=head2 goto
=end comment
=comment TODO
=end pod

Expand Down

0 comments on commit 802a261

Please sign in to comment.