1
0
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:
Calvin Rose
2018-04-26 16:57:23 -04:00
parent 99709a68fd
commit 344fa031b2
3 changed files with 213 additions and 1 deletions

View File

@@ -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)