about summary refs log tree commit diff stats
path: root/html/086scenario_console_test.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-06 21:49:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-06 21:49:36 -0700
commiteeed3845cd504028779c333665e0b9fad2070357 (patch)
tree3cc104aef7a43adfe4a143437f18064ad1a804d4 /html/086scenario_console_test.mu.html
parent924253f1a5b8cdaa3ab301d752b9bdf855d6a0f9 (diff)
downloadmu-eeed3845cd504028779c333665e0b9fad2070357.tar.gz
3456
Diffstat (limited to 'html/086scenario_console_test.mu.html')
-rw-r--r--html/086scenario_console_test.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/086scenario_console_test.mu.html b/html/086scenario_console_test.mu.html
index 477eda9d..47898aa1 100644
--- a/html/086scenario_console_test.mu.html
+++ b/html/086scenario_console_test.mu.html
@@ -37,10 +37,10 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
     type <span class="Constant">[abc]</span>
   ]
   run [
-    <span class="Constant">1</span>:char, console:&amp;:console, <span class="Constant">2</span>:bool<span class="Special"> &lt;- </span>read-key console:&amp;:console
-    <span class="Constant">3</span>:char, console:&amp;:console, <span class="Constant">4</span>:bool<span class="Special"> &lt;- </span>read-key console:&amp;:console
-    <span class="Constant">5</span>:char, console:&amp;:console, <span class="Constant">6</span>:bool<span class="Special"> &lt;- </span>read-key console:&amp;:console
-    <span class="Constant">7</span>:char, console:&amp;:console, <span class="Constant">8</span>:bool<span class="Special"> &lt;- </span>read-key console:&amp;:console
+    <span class="Constant">1</span>:char, console, <span class="Constant">2</span>:bool<span class="Special"> &lt;- </span>read-key console
+    <span class="Constant">3</span>:char, console, <span class="Constant">4</span>:bool<span class="Special"> &lt;- </span>read-key console
+    <span class="Constant">5</span>:char, console, <span class="Constant">6</span>:bool<span class="Special"> &lt;- </span>read-key console
+    <span class="Constant">7</span>:char, console, <span class="Constant">8</span>:bool<span class="Special"> &lt;- </span>read-key console
   ]
   memory-should-contain [
     <span class="Constant">1</span><span class="Special"> &lt;- </span><span class="Constant">97</span>  <span class="Comment"># 'a'</span>