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>2016-04-27 15:40:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-27 15:40:46 -0700
commitdea902172dd62d14eebc5fed9e11542ebcdc88e6 (patch)
treea7ac5d97cb87eec2997a024fffa9ee41b6dab045 /html/084console.mu.html
parent5109e78fab2e94059763eefaec93bd6649d22c1f (diff)
downloadmu-dea902172dd62d14eebc5fed9e11542ebcdc88e6.tar.gz
2875
Diffstat (limited to 'html/084console.mu.html')
-rw-r--r--html/084console.mu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/084console.mu.html b/html/084console.mu.html
index 157e7504..fb6df826 100644
--- a/html/084console.mu.html
+++ b/html/084console.mu.html
@@ -115,6 +115,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
     chan<span class="Special"> &lt;- </span>write chan, c
     <span class="muControl">loop</span>
   <span class="Delimiter">}</span>
+  chan<span class="Special"> &lt;- </span>close chan
 ]
 
 <span class="muRecipe">def</span> wait-for-event console:address:console<span class="muRecipe"> -&gt; </span>console:address:console [