diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-03-23 02:16:32 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-03-23 20:56:49 -0700 |
commit | 783eb31a0527677e6c684efc835bd13f9355a2f3 (patch) | |
tree | 62a6c770a7e505f3869f1e4b08463436a754d4e5 /html/apps/ex1.mu.html | |
parent | 98d45d34deb456de19f922bc13ac6a99720c2b32 (diff) | |
download | mu-783eb31a0527677e6c684efc835bd13f9355a2f3.tar.gz |
6162
Diffstat (limited to 'html/apps/ex1.mu.html')
-rw-r--r-- | html/apps/ex1.mu.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/html/apps/ex1.mu.html b/html/apps/ex1.mu.html index 10d019b0..9cde8645 100644 --- a/html/apps/ex1.mu.html +++ b/html/apps/ex1.mu.html @@ -14,6 +14,7 @@ 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 { } .Comment { color: #005faf; } .Constant { color: #008787; } @@ -65,8 +66,8 @@ if ('onhashchange' in window) { <span id="L8" class="LineNr"> 8 </span><span class="Comment"># $ echo $?</span> <span id="L9" class="LineNr"> 9 </span><span class="Comment"># 42</span> <span id="L10" class="LineNr">10 </span> -<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> main<span class="PreProc"> -> </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> -<span id="L12" class="LineNr">12 </span> result <span class="Special"><-</span> copy <span class="Constant">0x2</span>a <span class="Comment"># Mu requires hexadecimal</span> +<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> <span class="muFunction">main</span><span class="PreProc"> -> </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> +<span id="L12" class="LineNr">12 </span> result <span class="Special"><-</span> copy <span class="Constant">0x2a</span> <span class="Comment"># Mu requires hexadecimal</span> <span id="L13" class="LineNr">13 </span><span class="Delimiter">}</span> </pre> </body> |