diff options
Diffstat (limited to 'html/http-client.mu.html')
-rw-r--r-- | html/http-client.mu.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/html/http-client.mu.html b/html/http-client.mu.html index 264f56ed..8421fc60 100644 --- a/html/http-client.mu.html +++ b/html/http-client.mu.html @@ -18,7 +18,6 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.CommentedCode { color: #6c6c6c; } .muRecipe { color: #ff8700; } --> </style> @@ -43,8 +42,6 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="muControl">break-if</span> done? n <span class="Special"><-</span> add n,<span class="Constant"> 1</span> buf <span class="Special"><-</span> append buf, c -<span class="CommentedCode">#? trunc?:bool <- greater-or-equal n, 10000</span> -<span class="CommentedCode">#? loop-unless trunc?</span> <span class="muControl">loop</span> <span class="Delimiter">}</span> result:text <span class="Special"><-</span> buffer-to-array buf |