From 90560d7194f3e451ddab9d4033c98d2e6aec977b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 23 Aug 2015 10:19:23 -0700 Subject: 2062 --- html/061channel.mu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/061channel.mu.html') diff --git a/html/061channel.mu.html b/html/061channel.mu.html index 8fa625b4..350dab6e 100644 --- a/html/061channel.mu.html +++ b/html/061channel.mu.html @@ -13,14 +13,14 @@ 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; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } .SalientComment { color: #00ffff; } +.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #ff6060; } .Delimiter { color: #a04060; } +.muControl { color: #c0a020; } --> @@ -84,7 +84,7 @@ container channel [ reply result ] -# chan:address:channel <- write chan:address:channel, val:location +# chan <- write chan:address:channel, val:location recipe write [ local-scope chan:address:channel <- next-ingredient @@ -113,7 +113,7 @@ container channel [ reply chan/same-as-ingredient:0 ] -# result:location, chan:address:channel <- read chan:address:channel +# result:location, chan <- read chan:address:channel recipe read [ local-scope chan:address:channel <- next-ingredient @@ -311,7 +311,7 @@ container channel [ ] # helper for channels of characters in particular -# out:address:channel <- buffer-lines in:address:channel, out:address:channel +# out <- buffer-lines in:address:channel, out:address:channel recipe buffer-lines [ local-scope in:address:channel <- next-ingredient @@ -399,7 +399,7 @@ F buffer-lines-blocks-until-newline: channel should be empty 9:boolean/completed? <- not 8:boolean assert 9:boolean/completed?, [ F buffer-lines-blocks-until-newline: channel should contain data after writing newline] - trace [test], [reached end] + trace 1, [test], [reached end] ] trace-should-contain [ test: reached end -- cgit 1.4.1-2-gfad0