From 783eb31a0527677e6c684efc835bd13f9355a2f3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 23 Mar 2020 02:16:32 -0700 Subject: 6162 --- html/apps/ex3.mu.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/apps/ex3.mu.html') diff --git a/html/apps/ex3.mu.html b/html/apps/ex3.mu.html index 60aac512..eb4de019 100644 --- a/html/apps/ex3.mu.html +++ b/html/apps/ex3.mu.html @@ -14,10 +14,10 @@ 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 { } .Constant { color: #008787; } .Special { color: #ff6060; } -.Identifier { color: #af5f00; } .Delimiter { color: #c000c0; } .PreProc { color: #c000c0; } --> @@ -55,15 +55,15 @@ if ('onhashchange' in window) { https://github.com/akkartik/mu/blob/master/apps/ex3.mu
- 1 fn main -> result/ebx: int {
+ 1 fn main -> result/ebx: int {
  2   result <- copy 0
  3   var i/eax: int <- copy 1
  4   {
- 5     compare i, 0xa
- 6     break-if->
+ 5     compare i, 0xa
+ 6     break-if->
  7     result <- add i
  8     i <- increment
- 9     loop
+ 9     loop
 10   }
 11 }
 
-- cgit 1.4.1-2-gfad0