about summary refs log tree commit diff stats
path: root/html/apps/hello.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/hello.mu.html
parent571ad49190f17272bd7665ba09b5f14c86b1e649 (diff)
downloadmu-3d1c4216ede8c628558c9fe700fb2be1aa08b473.tar.gz
7162
Diffstat (limited to 'html/apps/hello.mu.html')
-rw-r--r--html/apps/hello.mu.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/html/apps/hello.mu.html b/html/apps/hello.mu.html
index 04c0f103..f994f3ae 100644
--- a/html/apps/hello.mu.html
+++ b/html/apps/hello.mu.html
@@ -16,7 +16,6 @@ a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .muComment { color: #005faf; }
 .LineNr { }
-.SpecialChar { color: #d70000; }
 .Constant { color: #008787; }
 .muFunction { color: #af5f00; text-decoration: underline; }
 .Delimiter { color: #c000c0; }
@@ -62,9 +61,9 @@ if ('onhashchange' in window) {
 <span id="L4" class="LineNr"> 4 </span><span class="muComment">#   $ ./translate_mu apps/hello.mu</span>
 <span id="L5" class="LineNr"> 5 </span><span class="muComment">#   $ ./a.elf</span>
 <span id="L6" class="LineNr"> 6 </span>
-<span id="L7" class="LineNr"> 7 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='hello.mu.html#L7'>main</a></span><span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
-<span id="L8" class="LineNr"> 8 </span>  <a href='../405screen.mu.html#L179'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;Hello world!\n&quot;</span>
-<span id="L9" class="LineNr"> 9 </span>  exit-status <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
+<span id="L7" class="LineNr"> 7 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='hello.mu.html#L7'>main</a></span><span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L8" class="LineNr"> 8 </span>  <a href='../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;Hello world!\n&quot;</span>
+<span id="L9" class="LineNr"> 9 </span>  <span class="PreProc">return</span> <span class="Constant">0</span>
 <span id="L10" class="LineNr">10 </span><span class="Delimiter">}</span>
 </pre>
 </body>