about summary refs log tree commit diff stats
path: root/html/apps/ex3.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-02 21:24:53 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-02 21:24:53 -0800
commit3d1c4216ede8c628558c9fe700fb2be1aa08b473 (patch)
tree9d566827573d2b329a4872762c025a646fe2729d /html/apps/ex3.mu.html
parent571ad49190f17272bd7665ba09b5f14c86b1e649 (diff)
downloadmu-3d1c4216ede8c628558c9fe700fb2be1aa08b473.tar.gz
7162
Diffstat (limited to 'html/apps/ex3.mu.html')
-rw-r--r--html/apps/ex3.mu.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/html/apps/ex3.mu.html b/html/apps/ex3.mu.html
index 054c0ca3..ab536575 100644
--- a/html/apps/ex3.mu.html
+++ b/html/apps/ex3.mu.html
@@ -65,8 +65,8 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr"> 7 </span><span class="muComment">#   $ echo $?</span>
 <span id="L8" class="LineNr"> 8 </span><span class="muComment">#   55</span>
 <span id="L9" class="LineNr"> 9 </span>
-<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex3.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> copy <span class="Constant">0</span>
+<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex3.mu.html#L10'>main</a></span><span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L11" class="LineNr">11 </span>  <span class="PreProc">var</span> result/<span class="Constant">ebx</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L12" class="LineNr">12 </span>  <span class="PreProc">var</span> i/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">1</span>
 <span id="L13" class="LineNr">13 </span>  <span class="Delimiter">{</span>
 <span id="L14" class="LineNr">14 </span>    compare i, <span class="Constant">0xa</span>
@@ -75,7 +75,8 @@ if ('onhashchange' in window) {
 <span id="L17" class="LineNr">17 </span>    i <span class="SpecialChar">&lt;-</span> increment
 <span id="L18" class="LineNr">18 </span>    <span class="PreProc">loop</span>
 <span id="L19" class="LineNr">19 </span>  <span class="Delimiter">}</span>
-<span id="L20" class="LineNr">20 </span><span class="Delimiter">}</span>
+<span id="L20" class="LineNr">20 </span>  <span class="PreProc">return</span> result
+<span id="L21" class="LineNr">21 </span><span class="Delimiter">}</span>
 </pre>
 </body>
 </html>