about summary refs log tree commit diff stats
path: root/html/086scenario_console_test.mu.html
diff options
context:
space:
mode:
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 41d4bb1d..9e2bc500 100644
--- a/html/086scenario_console_test.mu.html
+++ b/html/086scenario_console_test.mu.html
@@ -61,10 +61,10 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr"> 7 </span>    type <span class="Constant">[abc]</span>
 <span id="L8" class="LineNr"> 8 </span>  ]
 <span id="L9" class="LineNr"> 9 </span>  run [
-<span id="L10" class="LineNr">10 </span>    1:char, 2:bool <span class="Special">&lt;-</span> read-key console
-<span id="L11" class="LineNr">11 </span>    3:char, 4:bool <span class="Special">&lt;-</span> read-key console
-<span id="L12" class="LineNr">12 </span>    5:char, 6:bool <span class="Special">&lt;-</span> read-key console
-<span id="L13" class="LineNr">13 </span>    7:char, 8:bool <span class="Special">&lt;-</span> read-key console
+<span id="L10" class="LineNr">10 </span>    1:char, 2:bool <span class="Special">&lt;-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a>
+<span id="L11" class="LineNr">11 </span>    3:char, 4:bool <span class="Special">&lt;-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a>
+<span id="L12" class="LineNr">12 </span>    5:char, 6:bool <span class="Special">&lt;-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a>
+<span id="L13" class="LineNr">13 </span>    7:char, 8:bool <span class="Special">&lt;-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a>
 <span id="L14" class="LineNr">14 </span>  ]
 <span id="L15" class="LineNr">15 </span>  memory-should-contain [
 <span id="L16" class="LineNr">16 </span>   <span class="Constant"> 1</span> <span class="Special">&lt;-</span><span class="Constant"> 97</span>  <span class="Comment"># 'a'</span>