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-09-17 15:01:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-17 15:01:51 -0700
commitf344b250f6f062a1a1902bf69b23ebf9b565de0e (patch)
tree199bd32a9aee198d5028b1c21b83d2cf0944b2b6 /html/086scenario_console_test.mu.html
parent897ae8c1855f830d8819759ea327d147f28a09bf (diff)
downloadmu-f344b250f6f062a1a1902bf69b23ebf9b565de0e.tar.gz
3395
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 d431548b..4f7fcee9 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>:character, console:address:console, <span class="Constant">2</span>:boolean<span class="Special"> &lt;- </span>read-key console:address:console
-    <span class="Constant">3</span>:character, console:address:console, <span class="Constant">4</span>:boolean<span class="Special"> &lt;- </span>read-key console:address:console
-    <span class="Constant">5</span>:character, console:address:console, <span class="Constant">6</span>:boolean<span class="Special"> &lt;- </span>read-key console:address:console
-    <span class="Constant">7</span>:character, console:address:console, <span class="Constant">8</span>:boolean<span class="Special"> &lt;- </span>read-key console:address:console
+    <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
   ]
   memory-should-contain [
     <span class="Constant">1</span><span class="Special"> &lt;- </span><span class="Constant">97</span>  <span class="Comment"># 'a'</span>