From 9e751bb8c0cdf771d34c839cb6591d892b8e62de Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Mar 2017 01:41:48 -0800 Subject: 3761 --- html/086scenario_console_test.mu.html | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'html/086scenario_console_test.mu.html') diff --git a/html/086scenario_console_test.mu.html b/html/086scenario_console_test.mu.html index 168959c4..3171d80d 100644 --- a/html/086scenario_console_test.mu.html +++ b/html/086scenario_console_test.mu.html @@ -15,11 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color a { text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.Conceal { color: #4e4e4e; } +.muScenario { color: #00af00; } .Special { color: #c00000; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .LineNr { color: #444444; } -.muScenario { color: #00af00; } --> @@ -60,23 +61,23 @@ if ('onhashchange' in window) { 4 5 scenario read-key-in-mu [ 6 assume-console [ - 7 type [abc] + 7 ¦ type [abc] 8 ] 9 run [ -10 1:char, 2:bool <- read-key console -11 3:char, 4:bool <- read-key console -12 5:char, 6:bool <- read-key console -13 7:char, 8:bool <- read-key console +10 ¦ 1:char, 2:bool <- read-key console +11 ¦ 3:char, 4:bool <- read-key console +12 ¦ 5:char, 6:bool <- read-key console +13 ¦ 7:char, 8:bool <- read-key console 14 ] 15 memory-should-contain [ -16 1 <- 97 # 'a' -17 2 <- 1 -18 3 <- 98 # 'b' -19 4 <- 1 -20 5 <- 99 # 'c' -21 6 <- 1 -22 7 <- 0 # eof -23 8 <- 1 +16 ¦ 1 <- 97 # 'a' +17 ¦ 2 <- 1 +18 ¦ 3 <- 98 # 'b' +19 ¦ 4 <- 1 +20 ¦ 5 <- 99 # 'c' +21 ¦ 6 <- 1 +22 ¦ 7 <- 0 # eof +23 ¦ 8 <- 1 24 ] 25 ] -- cgit 1.4.1-2-gfad0