about summary refs log tree commit diff stats
path: root/trace.mu
diff options
context:
space:
mode:
Diffstat (limited to 'trace.mu')
-rw-r--r--trace.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace.mu b/trace.mu
index b327a1d6..eba9b477 100644
--- a/trace.mu
+++ b/trace.mu
@@ -27,6 +27,7 @@
   { begin
     (done?:boolean <- end-of-stream? in:stream-address)
     (break-if done?:boolean)
+;?     ($start-tracing) ;? 1
     (c:character <- read-character in:stream-address)
     { begin
       (newline?:boolean <- equal c:character ((#\newline literal)))
@@ -40,6 +41,7 @@
         ($print (("\n" literal)))
       }
     }
+;?     ($quit) ;? 1
     (loop)
   }
   ($print n:integer)