diff options
Diffstat (limited to 'html/064list.mu.html')
-rw-r--r-- | html/064list.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/064list.mu.html b/html/064list.mu.html index de12ad79..63c0d634 100644 --- a/html/064list.mu.html +++ b/html/064list.mu.html @@ -370,7 +370,7 @@ if ('onhashchange' in window) { <span id="L308" class="LineNr">308 </span> <span class="Constant">load-ingredients</span> <span id="L309" class="LineNr">309 </span> buf:&:<a href='061text.mu.html#L126'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span> <span id="L310" class="LineNr">310 </span> buf <span class="Special"><-</span> to-buffer in, buf -<span id="L311" class="LineNr">311 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L353'>buffer-to-array</a> buf +<span id="L311" class="LineNr">311 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L344'>buffer-to-array</a> buf <span id="L312" class="LineNr">312 </span>] <span id="L313" class="LineNr">313 </span> <span id="L314" class="LineNr">314 </span><span class="Comment"># variant of 'to-text' which stops printing after a few elements (and so is robust to cycles)</span> @@ -379,7 +379,7 @@ if ('onhashchange' in window) { <span id="L317" class="LineNr">317 </span> <span class="Constant">load-ingredients</span> <span id="L318" class="LineNr">318 </span> buf:&:<a href='061text.mu.html#L126'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span> <span id="L319" class="LineNr">319 </span> buf <span class="Special"><-</span> to-buffer in, buf,<span class="Constant"> 6</span> <span class="Comment"># max elements to display</span> -<span id="L320" class="LineNr">320 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L353'>buffer-to-array</a> buf +<span id="L320" class="LineNr">320 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L344'>buffer-to-array</a> buf <span id="L321" class="LineNr">321 </span>] <span id="L322" class="LineNr">322 </span> <span id="L323" class="LineNr">323 </span><span class="muRecipe">def</span> to-buffer in:&:<a href='064list.mu.html#L6'>list</a>:_elem, buf:&:<a href='061text.mu.html#L126'>buffer</a>:char<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L126'>buffer</a>:char [ |