about summary refs log tree commit diff stats
path: root/apps/tile/rpn.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-09 21:25:56 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-09 21:25:56 -0800
commit7e4f8983f8d7357d576bc51a32f49159c0c82203 (patch)
tree85597062cdb18f9c33ef613af5a9bf0b24fa7b7f /apps/tile/rpn.mu
parentc01289dddea2398fe7f4335f5d0babc4a9e789c5 (diff)
downloadmu-7e4f8983f8d7357d576bc51a32f49159c0c82203.tar.gz
7219
We're still busted, but on the right track.
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