We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4b8941 + a80cf81 commit e447209Copy full SHA for e447209
tutorial/lazy.pl
@@ -1,3 +1,3 @@
1
-my @fibonacci = 1, 1 ... { $^a + $^b } ;
+my @fibonacci = 1, 1, { $^a + $^b } ... *;
2
say @fibonacci[6]; # 13
3
0 commit comments