about summary refs log tree commit diff stats
path: root/html/apps/ex2.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-11 00:02:29 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-11 00:02:29 -0700
commit1c349ac7c571a97978e1cbbe726430ae9c741972 (patch)
treea555a01c640d6c589febf3961a771366126376c6 /html/apps/ex2.mu.html
parentec73ed1230d75deb0f913a32617c9f1e0a5ca640 (diff)
downloadmu-1c349ac7c571a97978e1cbbe726430ae9c741972.tar.gz
6631
Diffstat (limited to 'html/apps/ex2.mu.html')
-rw-r--r--html/apps/ex2.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex2.mu.html b/html/apps/ex2.mu.html
index e3410433..b88c8e1d 100644
--- a/html/apps/ex2.mu.html
+++ b/html/apps/ex2.mu.html
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr"> 7 </span><span class="Comment">#   $ echo $?</span>
 <span id="L8" class="LineNr"> 8 </span><span class="Comment">#   7</span>
 <span id="L9" class="LineNr"> 9 </span>
-<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <span class="muFunction">main</span><span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex2.mu.html#L10'>main</a></span><span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L11" class="LineNr">11 </span>  result <span class="SpecialChar">&lt;-</span> <a href='ex2.mu.html#L14'>do-add</a> <span class="Constant">3</span> <span class="Constant">4</span>
 <span id="L12" class="LineNr">12 </span><span class="Delimiter">}</span>
 <span id="L13" class="LineNr">13 </span>