about summary refs log tree commit diff stats
path: root/html/apps/rpn.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-11 23:43:04 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-11 23:43:04 -0800
commit2c56af2d8f791902f5ff59754c0277eddeb27a3e (patch)
treea84ba4660f8816ef07a9c7aacdb3cddb18d75710 /html/apps/rpn.mu.html
parentd71559924670854f475685c7506c93561a96864b (diff)
downloadmu-2c56af2d8f791902f5ff59754c0277eddeb27a3e.tar.gz
7227
Diffstat (limited to 'html/apps/rpn.mu.html')
-rw-r--r--html/apps/rpn.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/rpn.mu.html b/html/apps/rpn.mu.html
index 43ec8995..d1894cf0 100644
--- a/html/apps/rpn.mu.html
+++ b/html/apps/rpn.mu.html
@@ -101,7 +101,7 @@ if ('onhashchange' in window) {
 <span id="L43" class="LineNr"> 43 </span>    <span class="muComment"># parse and eval</span>
 <span id="L44" class="LineNr"> 44 </span>    <span class="PreProc">var</span> out/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> <a href='rpn.mu.html#L59'>simplify</a> in
 <span id="L45" class="LineNr"> 45 </span>    <span class="muComment"># print</span>
-<span id="L46" class="LineNr"> 46 </span>    <a href='../405screen.mu.html#L481'>print-int32-decimal</a> <span class="Constant">0</span>, out
+<span id="L46" class="LineNr"> 46 </span>    <a href='../405screen.mu.html#L480'>print-int32-decimal</a> <span class="Constant">0</span>, out
 <span id="L47" class="LineNr"> 47 </span>    <a href='../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;\n&quot;</span>
 <span id="L48" class="LineNr"> 48 </span>    <span class="muComment">#</span>
 <span id="L49" class="LineNr"> 49 </span>    <span class="PreProc">loop</span>