Loops/Wrong ranges: Difference between revisions

m
→‎{{header|Perl 6}}: disambiguate multiplication from */whatever
(=={{header|Common Lisp}}== Added Common Lisp)
m (→‎{{header|Perl 6}}: disambiguate multiplication from */whatever)
Line 771:
# Start with a list, iterate by multiplying the previous 3 terms together
# and end with a term defined by a function.
put 1, -.5, 2.sqrt, * *× * *× * … *.abs < 1e-2;
 
# Start with an array, iterate by rotating, end when 0 is in the last place.
2,392

edits