The Sidef programming language
More
Search
Ctrl + K
Catamorphism
Copy
say (
1
..
10
->
reduce(
'+'
))
say (
1
..
10
->
reduce{
|
a
,
b
|
a
+
b})
Previous
Pascal's triangle
Next
Centroid of a set of N-dimensional points
Last updated
1 year ago