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-12-26 20:44:10 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-26 20:58:37 -0800
commit201458e3bd2f1d79a0ea0b853552e9df267e92b1 (patch)
tree0a4f13662cde7f92ae0bcf641c9733e2a0fcd6ef /html/086scenario_console_test.mu.html
parente35c2d6857e1ed916221faae707e3c53ff8ed042 (diff)
downloadmu-201458e3bd2f1d79a0ea0b853552e9df267e92b1.tar.gz
3713 - cross-link calls with definitions in html
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>