about summary refs log tree commit diff stats
path: root/html/console.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-01-27 00:28:51 -0800
committerKartik K. Agaram <vc@akkartik.com>2018-01-27 00:28:51 -0800
commitb301e0c0e6b54dceecbe4ee1ef8f610411015c30 (patch)
treed40803d412718221d7c92fd50c189563877b8301 /html/console.mu.html
parent805d58c6aeeeba3e4989c0eed6781b3861e8fae0 (diff)
downloadmu-b301e0c0e6b54dceecbe4ee1ef8f610411015c30.tar.gz
4200
Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
Diffstat (limited to 'html/console.mu.html')
-rw-r--r--html/console.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/console.mu.html b/html/console.mu.html
index 79341c15..01572445 100644
--- a/html/console.mu.html
+++ b/html/console.mu.html
@@ -61,11 +61,11 @@ if ('onhashchange' in window) {
 <span id="L2" class="LineNr"> 2 </span><span class="Comment">#</span>
 <span id="L3" class="LineNr"> 3 </span><span class="Comment"># Keeps printing 'a' until you press a key or click on the mouse.</span>
 <span id="L4" class="LineNr"> 4 </span>
-<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> main [
+<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> <a href='console.mu.html#L5'>main</a> [
 <span id="L6" class="LineNr"> 6 </span>  <span class="Constant">local-scope</span>
 <span id="L7" class="LineNr"> 7 </span>  open-console
 <span id="L8" class="LineNr"> 8 </span>  <span class="Delimiter">{</span>
-<span id="L9" class="LineNr"> 9 </span>    e:event, found?:bool <span class="Special">&lt;-</span> check-for-interaction
+<span id="L9" class="LineNr"> 9 </span>    e:<a href='084console.mu.html#L4'>event</a>, found?:bool <span class="Special">&lt;-</span> check-for-interaction
 <span id="L10" class="LineNr">10 </span>    <span class="muControl">break-if</span> found?
 <span id="L11" class="LineNr">11 </span>    print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">7/white</span>
 <span id="L12" class="LineNr">12 </span>   <span class="muControl"> loop</span>