about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-12-12 18:11:10 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-12 18:11:10 -0800
commitbd7c17ea2106cbc0560e0b5067fc45912c38aedf (patch)
treed17ff7fb66306dff304ff00aeef8c5711b75a2f9
parent0ca35d02df358b73f4e2c6c665226d2d56c61fdd (diff)
downloadmu-bd7c17ea2106cbc0560e0b5067fc45912c38aedf.tar.gz
404
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index 3f7fddbf..b67eaf0d 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1364,6 +1364,6 @@
 ;?   (prn function*!factorial)
   (run 'main)
   (if ($.current-charterm) ($.close-charterm))
-  (prn memory*)
+  (prn "\nmemory: " memory*)
 ;?   (prn completed-routines*)
 )