From 0e4a335edc7d4e584924fd6b298156e45d2626c8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 6 Sep 2015 16:35:46 -0700 Subject: 2175 --- html/x.mu.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'html/x.mu.html') diff --git a/html/x.mu.html b/html/x.mu.html index 7ff0e1aa..aa8162bc 100644 --- a/html/x.mu.html +++ b/html/x.mu.html @@ -13,10 +13,9 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } body { font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 1.05em; } -.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } -.Constant { color: #00a0a0; } .Special { color: #ff6060; } +.Identifier { color: #804000; } --> @@ -30,11 +29,11 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 # example program: add two numbers
 
-recipe main [
-  11:number <- copy 1
-  12:number <- copy 3
-  13:number <- add 11:number, 12:number
-  $dump-memory
+recipe main [
+  11:number <- copy 1
+  12:number <- copy 3
+  13:number <- add 11:number, 12:number
+  $dump-memory
 ]
 
-- cgit 1.4.1-2-gfad0