Skip to content

Commit 5bb498e

Browse files
committed
[S03] get rid of infix:<E>, which seems to be a fossil.
lichtkind++
1 parent 7ed1788 commit 5bb498e

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

S03-operators.pod

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Synopsis 3: Perl 6 Operators
1515
Created: 8 Mar 2004
1616

1717
Last Modified: 9 Apr 2012
18-
Version: 245
18+
Version: 246
1919

2020
=head1 Overview
2121

@@ -2170,17 +2170,6 @@ implementation is required to trap such a loop termination and change the
21702170
status of the list from 'infinite' to 'finite, such that C<.elems> reports
21712171
the actual produced length, not C<Inf>.
21722172

2173-
=item *
2174-
2175-
C<< infix:<E> >>, test for EMPTY iterator
2176-
2177-
Returns the list on the left unless any of them are EMPTY, in which
2178-
case it executes the thunk on the right. Typically used in a loop
2179-
with C<take>:
2180-
2181-
loop {
2182-
take @iterators>>.get E last;
2183-
}
21842173

21852174
=back
21862175

0 commit comments

Comments
 (0)