diff options
Diffstat (limited to 'html/apps/hello.mu.html')
-rw-r--r-- | html/apps/hello.mu.html | 7 |
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"> -> </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">"Hello world!\n"</span> -<span id="L9" class="LineNr"> 9 </span> exit-status <span class="SpecialChar"><-</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"> -> </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">"Hello world!\n"</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> |