about summary refs log tree commit diff stats
path: root/apps/tile/rpn.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/rpn.mu')
-rw-r--r--apps/tile/rpn.mu6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tile/rpn.mu b/apps/tile/rpn.mu
index 6b53f888..ab722f09 100644
--- a/apps/tile/rpn.mu
+++ b/apps/tile/rpn.mu
@@ -11,9 +11,9 @@ fn evaluate functions: (addr handle function), bindings: (addr table), scratch:
     break-if-=
     # update curr-stream
     emit-word curr, curr-stream
-    print-string-to-real-screen "eval: "
-    print-stream-to-real-screen curr-stream
-    print-string-to-real-screen "\n"
+#?     print-string-to-real-screen "eval: "
+#?     print-stream-to-real-screen curr-stream
+#?     print-string-to-real-screen "\n"
     $evaluate:process-word: {
       ### if curr-stream is an operator, perform it
       ## numbers