about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-07-06 20:13:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-07-06 20:13:15 -0700
commita032f3e898dc7470cd2d052e45f261134c7de7dc (patch)
tree52ac79704ae3a84148c74782a86bf57ac7a5596e /mu.arc
parentf4a6518ef7121d6e5009a0e344ddc29e2ef2490e (diff)
downloadmu-a032f3e898dc7470cd2d052e45f261134c7de7dc.tar.gz
9 - rename 'return' to 'reply'
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index 1738e8b9..3755f4fa 100644
--- a/mu.arc
+++ b/mu.arc
@@ -31,7 +31,7 @@
               (= (memory* oarg.0)
                  ; hardcoded channel for now
                  (memory* pop.fn-args))
-            return
+            reply
               (= returned (annotate 'result arg))
             ; else user-defined function
               (let results (run function*.op arg)