bars
The Sidef programming language
search
circle-xmark
⌘
Ctrl
k
copy
Copy
chevron-down
Programming tasks
chevron-right
C
Catamorphism
Copy
say (
1
..
10
->
reduce(
'+'
)
)
say (
1
..
10
->
reduce{
|
a
,
b
|
a
+
b})
Previous
Pascal's triangle
chevron-left
Next
Centroid of a set of N-dimensional points
chevron-right
Last updated
2 years ago