File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -238,14 +238,13 @@ two differences C<unless> works the same as L<if>:
238
238
Implementation note: Currently, Rakudo will say "1 Nil 3 0" for the last
239
239
example because it is not caught up to this part of the design yet.
240
240
241
- = begin comment
242
-
243
-
244
241
= head2 for
245
242
243
+ = comment TODO
244
+
246
245
= head2 gather/take
247
246
248
- = end comment
247
+ = comment TODO
249
248
250
249
= head2 given
251
250
@@ -409,21 +408,29 @@ This can also be written quite naturally with C<until>:
409
408
...
410
409
} until $x >= 10;
411
410
412
- = begin comment
413
-
414
411
= head2 while
415
412
413
+ = comment TODO
414
+
416
415
= head2 return
417
416
417
+ = comment TODO
418
+
418
419
= head2 next
419
420
421
+ = comment TODO
422
+
420
423
= head2 last
421
424
425
+ = comment TODO
426
+
422
427
= head2 redo
423
428
429
+ = comment TODO
430
+
424
431
= head2 goto
425
432
426
- = end comment
433
+ = comment TODO
427
434
428
435
= end pod
429
436
You can’t perform that action at this time.
0 commit comments