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-02-28 11:23:22 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-28 11:23:22 -0800
commit3a2285c6130afadc6c21372f6c0da78255f612f2 (patch)
treee12ac235631fbf82ef4b419b7f442459d83ec8cf /html/apps/ex3.mu.html
parenteaeb43de2ebf4979cbb5e5afcb62b410e82715ab (diff)
downloadmu-3a2285c6130afadc6c21372f6c0da78255f612f2.tar.gz
6068
Diffstat (limited to 'html/apps/ex3.mu.html')
-rw-r--r--html/apps/ex3.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex3.mu.html b/html/apps/ex3.mu.html
index fed6aa64..bae8125a 100644
--- a/html/apps/ex3.mu.html
+++ b/html/apps/ex3.mu.html
@@ -57,7 +57,7 @@ if ('onhashchange' in window) {
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="PreProc">fn</span> <a href='../mu-init-test.subx.html#L7'>main</a><span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L2" class="LineNr"> 2 </span>  result <span class="Special">&lt;-</span> copy 0
-<span id="L3" class="LineNr"> 3 </span>  var i/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy 1
+<span id="L3" class="LineNr"> 3 </span>  <span class="PreProc">var</span> i/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy 1
 <span id="L4" class="LineNr"> 4 </span>  <span class="Delimiter">{</span>
 <span id="L5" class="LineNr"> 5 </span>    compare i, 0xa
 <span id="L6" class="LineNr"> 6 </span>    <span class="Identifier">break-if-&gt;</span>