about summary refs log tree commit diff stats
path: root/html/apps/ex2.2.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/ex2.2.mu.html')
-rw-r--r--html/apps/ex2.2.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/apps/ex2.2.mu.html b/html/apps/ex2.2.mu.html
index 4d51bb54..711774a2 100644
--- a/html/apps/ex2.2.mu.html
+++ b/html/apps/ex2.2.mu.html
@@ -15,9 +15,9 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
-.Delimiter { color: #c000c0; }
-.Special { color: #ff6060; }
 .Constant { color: #008787; }
+.Special { color: #ff6060; }
+.Delimiter { color: #c000c0; }
 .PreProc { color: #c000c0; }
 -->
 </style>
@@ -54,11 +54,11 @@ if ('onhashchange' in window) {
 <body onload='JumpToLine();'>
 <a href='https://github.com/akkartik/mu/blob/master/apps/ex2.2.mu'>https://github.com/akkartik/mu/blob/master/apps/ex2.2.mu</a>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr"> 1 </span><span class="PreProc">fn</span> <a href='../mu-init-test.subx.html#L7'>main</a><span class="PreProc"> -&gt; </span>result/ebx: int <span class="Delimiter">{</span>
+<span id="L1" class="LineNr"> 1 </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="L2" class="LineNr"> 2 </span>  result <span class="Special">&lt;-</span> foo
 <span id="L3" class="LineNr"> 3 </span><span class="Delimiter">}</span>
 <span id="L4" class="LineNr"> 4 </span>
-<span id="L5" class="LineNr"> 5 </span><span class="PreProc">fn</span> foo<span class="PreProc"> -&gt; </span>result/ebx: int <span class="Delimiter">{</span>
+<span id="L5" class="LineNr"> 5 </span><span class="PreProc">fn</span> foo<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L6" class="LineNr"> 6 </span>  var n: int
 <span id="L7" class="LineNr"> 7 </span>  copy-to n,<span class="Constant"> 3</span>
 <span id="L8" class="LineNr"> 8 </span>  increment n