about summary refs log tree commit diff stats
path: root/html/apps/ex1.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/ex1.mu.html')
-rw-r--r--html/apps/ex1.mu.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/html/apps/ex1.mu.html b/html/apps/ex1.mu.html
index 453480e2..ae91194c 100644
--- a/html/apps/ex1.mu.html
+++ b/html/apps/ex1.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; }
@@ -66,8 +65,8 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr"> 8 </span><span class="muComment">#   $ echo $?</span>
 <span id="L9" class="LineNr"> 9 </span><span class="muComment">#   42</span>
 <span id="L10" class="LineNr">10 </span>
-<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex1.mu.html#L11'>main</a></span><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="SpecialChar">&lt;-</span> copy <span class="Constant">0x2a</span>  <span class="muComment"># Mu requires hexadecimal</span>
+<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex1.mu.html#L11'>main</a></span><span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L12" class="LineNr">12 </span>  <span class="PreProc">return</span> <span class="Constant">0x2a</span>  <span class="muComment"># Mu requires hexadecimal</span>
 <span id="L13" class="LineNr">13 </span><span class="Delimiter">}</span>
 </pre>
 </body>