about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index 0b13030c..07c15ffe 100644
--- a/mu.arc
+++ b/mu.arc
@@ -290,6 +290,9 @@
                     (if types*.type!array
                       (new-array type (v arg.1))
                       (new-scalar type)))
+                print
+                  (do1 nil
+                    (apply prn (map m arg)))
                 reply
                   (do (pop-stack context)
                       (if empty.context (return ninstrs))