about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-24 23:00:22 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-24 23:00:22 -0800
commit812b5393556341740307ba29b7538cd9e56f7a47 (patch)
tree96225464e82af6a2fd6715b5d435c1f4a901cfed /mu.arc
parenta617d963c3e75bbbf292f4632e11521a1d65a7ac (diff)
downloadmu-812b5393556341740307ba29b7538cd9e56f7a47.tar.gz
610 - all examples working again
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc6
1 files changed, 3 insertions, 3 deletions
diff --git a/mu.arc b/mu.arc
index 3e95a0a4..bd998aa2 100644
--- a/mu.arc
+++ b/mu.arc
@@ -669,12 +669,12 @@
                   (do1 nil
 ;?                        (write (m arg.0))  (pr " => ")  (prn (type (m arg.0)))
                        (if (no ($.current-charterm))
-                         (pr (m arg.0)))
+                         (pr (m arg.0))
                          (caselet x (m arg.0)
                            #\newline
                              ($.charterm-newline)
                            ;else
-                             ($.charterm-display x))
+                             ($.charterm-display x)))
                        )
                 read-key-from-host
                   (if ($.current-charterm)
@@ -2329,7 +2329,7 @@
 ;?   (= dump-trace* (obj whitelist '("run")))
 ;?   (= dump-trace* (obj whitelist '("schedule")))
 ;?   (= dump-trace* (obj whitelist '("cn0" "cn1")))
-;?   (set dump-trace*)
+;?   (set dump-trace*) ;? 0
 ;?   (freeze function*)
 ;?   (prn function*!factorial)
   (run 'main)