about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-23 07:55:09 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-23 07:55:09 -0700
commit49f7a91704dd6f77d4c9a5ca5a3e16eea2639f86 (patch)
treea1ab3bc7505fb8b5efe65382d868638973d58d22
parent7a04c8104d94ad6357a10218beed57bd783e3017 (diff)
downloadmu-49f7a91704dd6f77d4c9a5ca5a3e16eea2639f86.tar.gz
.
-rw-r--r--ex2.mu9
-rw-r--r--html/ex2.mu.html11
2 files changed, 1 insertions, 19 deletions
diff --git a/ex2.mu b/ex2.mu
index 148b424e..cd170aa7 100644
--- a/ex2.mu
+++ b/ex2.mu
@@ -25,13 +25,4 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
     y <- increment
     loop
   }
-  foo
-}
-
-fn foo {
-  bar
-}
-
-fn bar {
-  abort "aaa"
 }
diff --git a/html/ex2.mu.html b/html/ex2.mu.html
index 7f3b1d87..66ee63b6 100644
--- a/html/ex2.mu.html
+++ b/html/ex2.mu.html
@@ -83,16 +83,7 @@ if ('onhashchange' in window) {
 <span id="L25" class="LineNr">25 </span>    y <span class="Special">&lt;-</span> increment
 <span id="L26" class="LineNr">26 </span>    <span class="PreProc">loop</span>
 <span id="L27" class="LineNr">27 </span>  <span class="Delimiter">}</span>
-<span id="L28" class="LineNr">28 </span>  <a href='ex2.mu.html#L31'>foo</a>
-<span id="L29" class="LineNr">29 </span><span class="Delimiter">}</span>
-<span id="L30" class="LineNr">30 </span>
-<span id="L31" class="LineNr">31 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex2.mu.html#L31'>foo</a></span> <span class="Delimiter">{</span>
-<span id="L32" class="LineNr">32 </span>  <a href='ex2.mu.html#L35'>bar</a>
-<span id="L33" class="LineNr">33 </span><span class="Delimiter">}</span>
-<span id="L34" class="LineNr">34 </span>
-<span id="L35" class="LineNr">35 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex2.mu.html#L35'>bar</a></span> <span class="Delimiter">{</span>
-<span id="L36" class="LineNr">36 </span>  <a href='317abort.subx.html#L5'>abort</a> <span class="Constant">&quot;aaa&quot;</span>
-<span id="L37" class="LineNr">37 </span><span class="Delimiter">}</span>
+<span id="L28" class="LineNr">28 </span><span class="Delimiter">}</span>
 </pre>
 </body>
 </html>