about summary refs log tree commit diff stats
path: root/html/continuation5.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-27 17:07:52 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-27 17:08:29 -0700
commit5fe060d582d4a82444243a28b18085c971a85628 (patch)
tree7a13eb020d0a9cab5d4195da931a373f575229ab /html/continuation5.mu.html
parent013d95266d563a3f531c13eba6d2a6bfe18f8808 (diff)
downloadmu-5fe060d582d4a82444243a28b18085c971a85628.tar.gz
4447
Diffstat (limited to 'html/continuation5.mu.html')
-rw-r--r--html/continuation5.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/continuation5.mu.html b/html/continuation5.mu.html
index 8775a17b..29e75c17 100644
--- a/html/continuation5.mu.html
+++ b/html/continuation5.mu.html
@@ -15,6 +15,7 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
+.muControl { color: #c0a020; }
 .muRecipe { color: #ff8700; }
 .Special { color: #c00000; }
 .Delimiter { color: #800080; }
@@ -22,7 +23,6 @@ a:hover { text-decoration: underline; }
 .Comment a { color:#0000ee; text-decoration:underline; }
 .Constant { color: #00a0a0; }
 .LineNr { color: #444444; }
-.muControl { color: #c0a020; }
 -->
 </style>
 
@@ -75,7 +75,7 @@ if ('onhashchange' in window) {
 <span id="L16" class="LineNr">16 </span>
 <span id="L17" class="LineNr">17 </span><span class="muRecipe">def</span> <a href='continuation5.mu.html#L17'>main</a> [
 <span id="L18" class="LineNr">18 </span>  <span class="Constant">local-scope</span>
-<span id="L19" class="LineNr">19 </span>  l:&amp;:<a href='064list.mu.html#L6'>list</a>:num <span class="Special">&lt;-</span> copy<span class="Constant"> 0</span>
+<span id="L19" class="LineNr">19 </span>  l:&amp;:<a href='064list.mu.html#L6'>list</a>:num <span class="Special">&lt;-</span> copy<span class="Constant"> null</span>
 <span id="L20" class="LineNr">20 </span>  l <span class="Special">&lt;-</span> push<span class="Constant"> 3</span>, l
 <span id="L21" class="LineNr">21 </span>  l <span class="Special">&lt;-</span> push<span class="Constant"> 2</span>, l
 <span id="L22" class="LineNr">22 </span>  l <span class="Special">&lt;-</span> push<span class="Constant"> 1</span>, l
@@ -95,7 +95,7 @@ if ('onhashchange' in window) {
 <span id="L36" class="LineNr">36 </span>  <span class="Constant">load-inputs</span>
 <span id="L37" class="LineNr">37 </span>  a:num <span class="Special">&lt;-</span> copy<span class="Constant"> 0</span>
 <span id="L38" class="LineNr">38 </span>  <span class="Delimiter">{</span>
-<span id="L39" class="LineNr">39 </span>    done? <span class="Special">&lt;-</span> equal l,<span class="Constant"> 0</span>
+<span id="L39" class="LineNr">39 </span>    done? <span class="Special">&lt;-</span> equal l,<span class="Constant"> null</span>
 <span id="L40" class="LineNr">40 </span>    <span class="muControl">break-if</span> done?
 <span id="L41" class="LineNr">41 </span>    n <span class="Special">&lt;-</span> first l
 <span id="L42" class="LineNr">42 </span>    l <span class="Special">&lt;-</span> <a href='064list.mu.html#L24'>rest</a> l
@@ -104,7 +104,7 @@ if ('onhashchange' in window) {
 <span id="L45" class="LineNr">45 </span>   <span class="muControl"> loop</span>
 <span id="L46" class="LineNr">46 </span>  <span class="Delimiter">}</span>
 <span id="L47" class="LineNr">47 </span>  <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span>,<span class="Constant"> -1</span>, done?
-<span id="L48" class="LineNr">48 </span>  assert <span class="Constant">0/false</span>, <span class="Constant">[called too many times, ran out of continuations to return]</span>
+<span id="L48" class="LineNr">48 </span>  assert<span class="Constant"> false</span>, <span class="Constant">[called too many times, ran out of continuations to return]</span>
 <span id="L49" class="LineNr">49 </span>]
 </pre>
 </body>