about summary refs log tree commit diff stats
path: root/html/084console.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-24 16:00:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-24 16:00:44 -0700
commitaac2775a4d30459c3090569b26e81ba18f1423a7 (patch)
tree4dfec62ec660fa9a0297cfc813b133286d3ece2e /html/084console.mu.html
parentd467b0a5b2ebf4e3bbfb510ca317e6141cce0d06 (diff)
downloadmu-aac2775a4d30459c3090569b26e81ba18f1423a7.tar.gz
3951
Diffstat (limited to 'html/084console.mu.html')
-rw-r--r--html/084console.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/084console.mu.html b/html/084console.mu.html
index 9c043adf..952c646e 100644
--- a/html/084console.mu.html
+++ b/html/084console.mu.html
@@ -131,7 +131,7 @@ if ('onhashchange' in window) {
 <span id="L70" class="LineNr"> 70 </span>  <span class="muControl">return</span> c, <span class="Constant">1/found</span>, <span class="Constant">0/quit</span>
 <span id="L71" class="LineNr"> 71 </span>]
 <span id="L72" class="LineNr"> 72 </span>
-<span id="L73" class="LineNr"> 73 </span><span class="muRecipe">def</span> <a href='084console.mu.html#L73'>send-keys-to-channel</a> <a href='084console.mu.html#L23'>console</a>:&amp;:<a href='084console.mu.html#L23'>console</a>, chan:&amp;:<a href='075channel.mu.html#L47'>sink</a>:char, <a href='081print.mu.html#L4'>screen</a>:&amp;:<a href='081print.mu.html#L4'>screen</a><span class="muRecipe"> -&gt; </span><a href='084console.mu.html#L23'>console</a>:&amp;:<a href='084console.mu.html#L23'>console</a>, chan:&amp;:<a href='075channel.mu.html#L47'>sink</a>:char, <a href='081print.mu.html#L4'>screen</a>:&amp;:<a href='081print.mu.html#L4'>screen</a> [
+<span id="L73" class="LineNr"> 73 </span><span class="muRecipe">def</span> <a href='084console.mu.html#L73'>send-keys-to-channel</a> <a href='084console.mu.html#L23'>console</a>:&amp;:<a href='084console.mu.html#L23'>console</a>, chan:&amp;:<a href='075channel.mu.html#L47'>sink</a>:char, <a href='081print.mu.html#L16'>screen</a>:&amp;:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -&gt; </span><a href='084console.mu.html#L23'>console</a>:&amp;:<a href='084console.mu.html#L23'>console</a>, chan:&amp;:<a href='075channel.mu.html#L47'>sink</a>:char, <a href='081print.mu.html#L16'>screen</a>:&amp;:<a href='081print.mu.html#L16'>screen</a> [
 <span id="L74" class="LineNr"> 74 </span>  <span class="Constant">local-scope</span>
 <span id="L75" class="LineNr"> 75 </span>  <span class="Constant">load-ingredients</span>
 <span id="L76" class="LineNr"> 76 </span>  <span class="Delimiter">{</span>
@@ -139,7 +139,7 @@ if ('onhashchange' in window) {
 <span id="L78" class="LineNr"> 78 </span>  <span class="Conceal">¦</span> <span class="muControl">loop-unless</span> found?
 <span id="L79" class="LineNr"> 79 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> quit?
 <span id="L80" class="LineNr"> 80 </span>  <span class="Conceal">¦</span> assert c, <span class="Constant">[invalid <a href='084console.mu.html#L4'>event</a>, expected text]</span>
-<span id="L81" class="LineNr"> 81 </span>  <span class="Conceal">¦</span> <a href='081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> print <a href='081print.mu.html#L4'>screen</a>, c
+<span id="L81" class="LineNr"> 81 </span>  <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> print <a href='081print.mu.html#L16'>screen</a>, c
 <span id="L82" class="LineNr"> 82 </span>  <span class="Conceal">¦</span> chan <span class="Special">&lt;-</span> <a href='075channel.mu.html#L67'>write</a> chan, c
 <span id="L83" class="LineNr"> 83 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L84" class="LineNr"> 84 </span>  <span class="Delimiter">}</span>