gather { while ( $j = iter (1,5) ) { take($j) if ( $j%2 ); } }