about summary refs log tree commit diff stats
path: root/html/apps/ex2.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-30 14:54:30 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-30 14:54:30 -0700
commit2655a4a91d1d2e98cc9ab9c54e70d4eb49c735d6 (patch)
tree92546a021880dee6b956e0115d44b7370edb63bd /html/apps/ex2.mu.html
parent8bd3c2b5a83d9e8b97472311491010d66a7b7584 (diff)
downloadmu-2655a4a91d1d2e98cc9ab9c54e70d4eb49c735d6.tar.gz
6602
Diffstat (limited to 'html/apps/ex2.mu.html')
-rw-r--r--html/apps/ex2.mu.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/apps/ex2.mu.html b/html/apps/ex2.mu.html
index e8c04536..d891a1f6 100644
--- a/html/apps/ex2.mu.html
+++ b/html/apps/ex2.mu.html
@@ -14,11 +14,11 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.muFunction { color: #af5f00; text-decoration: underline; }
 .LineNr { }
+.muFunction { color: #af5f00; text-decoration: underline; }
+.SpecialChar { color: #d70000; }
 .Comment { color: #005faf; }
 .Constant { color: #008787; }
-.Special { color: #ff6060; }
 .Delimiter { color: #c000c0; }
 .PreProc { color: #c000c0; }
 -->
@@ -66,12 +66,12 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr"> 8 </span><span class="Comment">#   7</span>
 <span id="L9" class="LineNr"> 9 </span>
 <span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <span class="muFunction">main</span><span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
-<span id="L11" class="LineNr">11 </span>  result <span class="Special">&lt;-</span> <a href='ex2.mu.html#L14'>do-add</a> <span class="Constant">3</span> <span class="Constant">4</span>
+<span id="L11" class="LineNr">11 </span>  result <span class="SpecialChar">&lt;-</span> <a href='ex2.mu.html#L14'>do-add</a> <span class="Constant">3</span> <span class="Constant">4</span>
 <span id="L12" class="LineNr">12 </span><span class="Delimiter">}</span>
 <span id="L13" class="LineNr">13 </span>
 <span id="L14" class="LineNr">14 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex2.mu.html#L14'>do-add</a></span> a: int, b: int<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
-<span id="L15" class="LineNr">15 </span>  result <span class="Special">&lt;-</span> copy a
-<span id="L16" class="LineNr">16 </span>  result <span class="Special">&lt;-</span> add b
+<span id="L15" class="LineNr">15 </span>  result <span class="SpecialChar">&lt;-</span> copy a
+<span id="L16" class="LineNr">16 </span>  result <span class="SpecialChar">&lt;-</span> add b
 <span id="L17" class="LineNr">17 </span><span class="Delimiter">}</span>
 </pre>
 </body>