aboutsummaryrefslogtreecommitdiff
path: root/lux-cl/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-14 16:41:18 -0400
committerEduardo Julian2021-09-14 16:41:18 -0400
commitccfa75463cd7c702f41c3dae5cbdaeade7ba5c31 (patch)
treec47937a8f62a25ef945a876b3af76c5fca989db9 /lux-cl/source/program.lux
parentea15b844b51ff60f9785c6791507f813729f85c3 (diff)
Re-named "recur" to "again".
Diffstat (limited to 'lux-cl/source/program.lux')
-rw-r--r--lux-cl/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux
index 70144bedf..3f6760fd6 100644
--- a/lux-cl/source/program.lux
+++ b/lux-cl/source/program.lux
@@ -244,7 +244,7 @@
{try.#Failure error}
{try.#Success member}
- (recur (++ idx) (array.write! idx (:as Any member) output)))
+ (again (++ idx) (array.write! idx (:as Any member) output)))
{try.#Success output}))))
(def: (read host_object)