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-07 18:20:52 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-07 18:26:08 -0800
commit412304cf45ad4577b7e804b6a60c85f19c2b5e80 (patch)
tree2081cd5a7cbf575b2e059ae6aa147bc04684b5e0 /apps/tile/rpn.mu
parent776f1eee0b999c22edee8ef9df0dae4927b94337 (diff)
downloadmu-412304cf45ad4577b7e804b6a60c85f19c2b5e80.tar.gz
7209
Diffstat (limited to 'apps/tile/rpn.mu')
-rw-r--r--apps/tile/rpn.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/rpn.mu b/apps/tile/rpn.mu
index b0ca353d..ecde7f0e 100644
--- a/apps/tile/rpn.mu
+++ b/apps/tile/rpn.mu
@@ -527,7 +527,7 @@ fn evaluate functions: (addr handle function), bindings: (addr table), scratch:
           compare *c, bound
           break-if->=
           print-string target "─"
-          increment *c
+          # no increment; the print took care of it
           move-cursor target, row, *c
           d <- decrement
           loop