From 805d58c6aeeeba3e4989c0eed6781b3861e8fae0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Jan 2018 22:39:31 -0800 Subject: 4199 --- html/console.mu.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'html/console.mu.html') diff --git a/html/console.mu.html b/html/console.mu.html index 97304cc9..79341c15 100644 --- a/html/console.mu.html +++ b/html/console.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> @@ -62,14 +61,14 @@ if ('onhashchange' in window) { 2 # 3 # Keeps printing 'a' until you press a key or click on the mouse. 4 - 5 def main [ + 5 def main [ 6 local-scope 7 open-console 8 { - 9 ¦ e:event, found?:bool <- check-for-interaction -10 ¦ break-if found? -11 ¦ print-character-to-display 97, 7/white -12 ¦ loop + 9 e:event, found?:bool <- check-for-interaction +10 break-if found? +11 print-character-to-display 97, 7/white +12 loop 13 } 14 close-console 15 $print e, 10/newline -- cgit 1.4.1-2-gfad0