aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/program.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/world/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/world/program.lux b/stdlib/source/library/lux/world/program.lux
index e69b0524b..5c5ca77f6 100644
--- a/stdlib/source/library/lux/world/program.lux
+++ b/stdlib/source/library/lux/world/program.lux
@@ -343,7 +343,7 @@
... (if ("scheme object nil?" input)
... (in output)
... (let [entry (..head input)]
- ... (recur (..tail input)
+ ... (again (..tail input)
... (dictionary.has (..car entry) (..cdr entry) output))))))
])))