Skip to content

Commit 802a261

Browse files
committed
Took entries that were commented out in lib/Language/control.pod and
changed them to entries with TODO comments
1 parent 37f6c07 commit 802a261

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

lib/Language/control.pod

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,13 @@ two differences C<unless> works the same as L<if>:
238238
Implementation note: Currently, Rakudo will say "1 Nil 3 0" for the last
239239
example because it is not caught up to this part of the design yet.
240240
241-
=begin comment
242-
243-
244241
=head2 for
245242
243+
=comment TODO
244+
246245
=head2 gather/take
247246
248-
=end comment
247+
=comment TODO
249248
250249
=head2 given
251250
@@ -409,21 +408,29 @@ This can also be written quite naturally with C<until>:
409408
...
410409
} until $x >= 10;
411410
412-
=begin comment
413-
414411
=head2 while
415412
413+
=comment TODO
414+
416415
=head2 return
417416
417+
=comment TODO
418+
418419
=head2 next
419420
421+
=comment TODO
422+
420423
=head2 last
421424
425+
=comment TODO
426+
422427
=head2 redo
423428
429+
=comment TODO
430+
424431
=head2 goto
425432
426-
=end comment
433+
=comment TODO
427434
428435
=end pod
429436

0 commit comments

Comments
 (0)