mirror of
https://github.com/janet-lang/janet
synced 2025-11-12 21:43:03 +00:00
Add stub CMakeLists.txt for native module.
This commit is contained in:
@@ -368,7 +368,7 @@ Returns nil if args is empty."
|
||||
sa))
|
||||
|
||||
(defn reduce
|
||||
"Reduce, also know as foldleft in many languages, transform
|
||||
"Reduce, also know as foldleft in many languages, transforms
|
||||
an indexed type (array, tuple) with a function to produce a value."
|
||||
[f init ind]
|
||||
(var res init)
|
||||
|
||||
Reference in New Issue
Block a user