diff options
Diffstat (limited to 'html/066stream.mu.html')
-rw-r--r-- | html/066stream.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/066stream.mu.html b/html/066stream.mu.html index 4a993384..521dd500 100644 --- a/html/066stream.mu.html +++ b/html/066stream.mu.html @@ -124,7 +124,7 @@ if ('onhashchange' in window) { <span id="L63" class="LineNr">63 </span> idx:num <span class="Special"><-</span> get *in, <span class="Constant">index:offset</span> <span id="L64" class="LineNr">64 </span> s:text <span class="Special"><-</span> get *in, <span class="Constant">data:offset</span> <span id="L65" class="LineNr">65 </span> next-idx:num <span class="Special"><-</span> find-next s, <span class="Constant">10/newline</span>, idx -<span id="L66" class="LineNr">66 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L1278'>copy-range</a> s, idx, next-idx +<span id="L66" class="LineNr">66 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L1303'>copy-range</a> s, idx, next-idx <span id="L67" class="LineNr">67 </span> idx <span class="Special"><-</span> add next-idx,<span class="Constant"> 1</span> <span class="Comment"># skip newline</span> <span id="L68" class="LineNr">68 </span> <span class="Comment"># write back</span> <span id="L69" class="LineNr">69 </span> *in <span class="Special"><-</span> put *in, <span class="Constant">index:offset</span>, idx |