about summary refs log tree commit diff stats
path: root/html/apps/ex1.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-02 08:20:53 -0800
committerKartik Agaram <vc@akkartik.com>2020-03-02 08:20:53 -0800
commit32d5099fa005bdeed30bd1e6798b81e3a75f1a1a (patch)
treede0f521d0214d91a4f22be5c4da41eff0e8442ed /html/apps/ex1.mu.html
parent189d34dcff2ee968d4373254e208bb945adad234 (diff)
downloadmu-32d5099fa005bdeed30bd1e6798b81e3a75f1a1a.tar.gz
6077
Diffstat (limited to 'html/apps/ex1.mu.html')
-rw-r--r--html/apps/ex1.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/ex1.mu.html b/html/apps/ex1.mu.html
index b6b86a75..1e1139ae 100644
--- a/html/apps/ex1.mu.html
+++ b/html/apps/ex1.mu.html
@@ -65,8 +65,8 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr"> 8 </span><span class="Comment">#   $ echo $?</span>
 <span id="L9" class="LineNr"> 9 </span><span class="Comment">#   42</span>
 <span id="L10" class="LineNr">10 </span>
-<span id="L11" class="LineNr">11 </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="L12" class="LineNr">12 </span>  result <span class="Special">&lt;-</span> copy 0x2a  <span class="Comment"># Mu requires hexadecimal</span>
+<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> main<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L12" class="LineNr">12 </span>  result <span class="Special">&lt;-</span> copy <span class="Constant">0</span>x2a  <span class="Comment"># Mu requires hexadecimal</span>
 <span id="L13" class="LineNr">13 </span><span class="Delimiter">}</span>
 </pre>
 </body>