Lychrel numbers: Difference between revisions

m
→‎{{header|Perl 6}}: give some indication of progress
m (→‎{{header|Perl 6}}: give some indication of progress)
Line 2,384:
my @test;
my $count = 0;
print "$int " and @lychrels.push( $int => [@test] ) if lychrel($int);
 
sub lychrel (Int $l) {
10,333

edits