diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-03-05 18:25:37 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-03-05 18:25:37 -0800 |
commit | 16962ee4682269736b281205abadf1aa6340237d (patch) | |
tree | b58901c558a9f0c92f20546d2c0539ae42ad3147 /html/apps/ex2.mu.html | |
parent | 0c89528a388ef823c58d5b44239696128f6e3d37 (diff) | |
download | mu-16962ee4682269736b281205abadf1aa6340237d.tar.gz |
6080
Diffstat (limited to 'html/apps/ex2.mu.html')
-rw-r--r-- | html/apps/ex2.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex2.mu.html b/html/apps/ex2.mu.html index e6c0be2f..fa0e8ed0 100644 --- a/html/apps/ex2.mu.html +++ b/html/apps/ex2.mu.html @@ -64,7 +64,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> main<span class="PreProc"> -> </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> +<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <a href='../mu-init-test.subx.html#L7'>main</a><span class="PreProc"> -> </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> <span id="L11" class="LineNr">11 </span> result <span class="Special"><-</span> do-add <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> |