Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove implementation notes obsoleted by 2015.11
Tested with IRC evalbot Rakudo 2015.11.505.ge.52617.c.
  • Loading branch information
baby-gnu committed Dec 13, 2015
1 parent c99887d commit ab5de74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/Language/control.pod
Expand Up @@ -256,9 +256,6 @@ two differences C<unless> works the same as L<if>:
my $c = 0; say (1, (unless 0 { $c += 42; 2; }), 3, $c); #-> says "1 2 3 42"
my $c = 0; say (1, (unless 1 { $c += 42; 2; }), 3, $c); #-> says "1 3 0"
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.
=head3 X<with, orwith, without|control flow,with orwith without>
The C<with> statement is like C<if> but tests for definedness rather than
Expand Down

0 comments on commit ab5de74

Please sign in to comment.