K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2017-05-07T21:26:12.625954Z K 7 svn:log V 476 Add p5-Syntax-Keyword-Gather 1.003001 Perl 6 provides a new control structure -- gather -- that allows lists to be constructed procedurally, without the need for a temporary variable. Within the block/closure controlled by a gather any call to take pushes that call's argument list to an implicitly created array. take returns the number of elements it took. Syntax::Keyword::Gather implements that control structure. WWW: http://search.cpan.org/dist/Syntax-Keyword-Gather/ END