about summary refs log tree commit diff stats
path: root/html/http-client.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/http-client.mu.html')
-rw-r--r--html/http-client.mu.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/html/http-client.mu.html b/html/http-client.mu.html
index 92e0df2d..a72c1795 100644
--- a/html/http-client.mu.html
+++ b/html/http-client.mu.html
@@ -15,13 +15,14 @@ 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; }
-.Delimiter { color: #800080; }
-.muControl { color: #c0a020; }
+.muRecipe { color: #ff8700; }
 .Special { color: #c00000; }
+.Conceal { color: #4e4e4e; }
+.Delimiter { color: #800080; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .LineNr { color: #444444; }
-.muRecipe { color: #ff8700; }
+.muControl { color: #c0a020; }
 -->
 </style>
 
@@ -64,11 +65,11 @@ if ('onhashchange' in window) {
 <span id="L6" class="LineNr"> 6 </span>  n:num <span class="Special">&lt;-</span> copy<span class="Constant"> 0</span>
 <span id="L7" class="LineNr"> 7 </span>  buf:&amp;:<a href='061text.mu.html#L127'>buffer</a> <span class="Special">&lt;-</span> <a href='061text.mu.html#L132'>new-buffer</a><span class="Constant"> 30</span>
 <span id="L8" class="LineNr"> 8 </span>  <span class="Delimiter">{</span>
-<span id="L9" class="LineNr"> 9 </span>    c:char, done?:bool <span class="Special">&lt;-</span> read google
-<span id="L10" class="LineNr">10 </span>    <span class="muControl">break-if</span> done?
-<span id="L11" class="LineNr">11 </span>    n <span class="Special">&lt;-</span> add n,<span class="Constant"> 1</span>
-<span id="L12" class="LineNr">12 </span>    buf <span class="Special">&lt;-</span> append buf, c
-<span id="L13" class="LineNr">13 </span>    <span class="muControl">loop</span>
+<span id="L9" class="LineNr"> 9 </span>  <span class="Conceal">¦</span> c:char, done?:bool <span class="Special">&lt;-</span> read google
+<span id="L10" class="LineNr">10 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> done?
+<span id="L11" class="LineNr">11 </span>  <span class="Conceal">¦</span> n <span class="Special">&lt;-</span> add n,<span class="Constant"> 1</span>
+<span id="L12" class="LineNr">12 </span>  <span class="Conceal">¦</span> buf <span class="Special">&lt;-</span> append buf, c
+<span id="L13" class="LineNr">13 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L14" class="LineNr">14 </span>  <span class="Delimiter">}</span>
 <span id="L15" class="LineNr">15 </span>  result:text <span class="Special">&lt;-</span> <a href='061text.mu.html#L329'>buffer-to-array</a> buf
 <span id="L16" class="LineNr">16 </span>  open-console