about summary refs log tree commit diff stats
path: root/edit/011-errors.mu
diff options
context:
space:
mode:
authorStephen Malina <stephenmalina@gmail.com>2016-07-14 04:47:18 -0700
committerStephen Malina <stephenmalina@gmail.com>2016-07-14 05:42:03 -0700
commit8ee533693acdea45ff9baae3ca0c5b3e0c43de7a (patch)
treecfe296fd2b4374d0c10c3d13cac1ec3f1dea6341 /edit/011-errors.mu
parent8dccf184feebe1acd2354231e16d464ef6f8251d (diff)
downloadmu-8ee533693acdea45ff9baae3ca0c5b3e0c43de7a.tar.gz
3111
Show number of instructions in the editor when a
user clicks on a run instruction in the sandbox.
Diffstat (limited to 'edit/011-errors.mu')
-rw-r--r--edit/011-errors.mu7
1 files changed, 4 insertions, 3 deletions
diff --git a/edit/011-errors.mu b/edit/011-errors.mu
index c27ec54f..8e239e5d 100644
--- a/edit/011-errors.mu
+++ b/edit/011-errors.mu
@@ -684,8 +684,9 @@ reply b
     .a:number <- next-ingredient                       ┊0   edit          copy            delete         .
     .b:number <- next-ingredient                       ┊foo 4, 0                                         .
     .stash [dividing by], b                            ┊dividing by 0                                    .
-    ._, c:number <- divide-with-remainder a, b         ┊foo: divide by zero in '_, c:number <- divide-wi↩.
-    .reply b                                           ┊th-remainder a, b'                               .
-    .]                                                 ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
+    ._, c:number <- divide-with-remainder a, b         ┊14 instructions run                              .
+    .reply b                                           ┊foo: divide by zero in '_, c:number <- divide-wi↩.
+    .]                                                 ┊th-remainder a, b'                               .
+    .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
   ]
 ]