diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 11:33:33 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 11:33:33 -0700 |
commit | 6c52e24e2996a77aa6297b26159003d503aef8a0 (patch) | |
tree | 7546851659eca4b166e42c4a5f236caf0a2281f1 /html/edit/006-sandbox-copy.mu.html | |
parent | bd58d18a2308ae5b53a6f5df1e67203739396d8f (diff) | |
download | mu-6c52e24e2996a77aa6297b26159003d503aef8a0.tar.gz |
3830 - crosslink shape-shifting containers in html
Diffstat (limited to 'html/edit/006-sandbox-copy.mu.html')
-rw-r--r-- | html/edit/006-sandbox-copy.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html index 16b8d819..61a06072 100644 --- a/html/edit/006-sandbox-copy.mu.html +++ b/html/edit/006-sandbox-copy.mu.html @@ -263,8 +263,8 @@ if ('onhashchange' in window) { <span id="L201" class="LineNr">201 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L201'>empty-editor?</a> editor:&:editor<span class="muRecipe"> -> </span>result:bool [ <span id="L202" class="LineNr">202 </span> <span class="Constant">local-scope</span> <span id="L203" class="LineNr">203 </span> <span class="Constant">load-ingredients</span> -<span id="L204" class="LineNr">204 </span> head:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L205" class="LineNr">205 </span> first:&:duplex-list:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L29'>next</a> head +<span id="L204" class="LineNr">204 </span> head:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L205" class="LineNr">205 </span> first:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L29'>next</a> head <span id="L206" class="LineNr">206 </span> result <span class="Special"><-</span> not first <span id="L207" class="LineNr">207 </span>] <span id="L208" class="LineNr">208 </span> |