about summary refs log tree commit diff stats
path: root/html/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-01-22 16:16:32 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-01-22 16:16:32 -0800
commit3ebc41870128148b862c128f4c91639c9eb23c24 (patch)
treebdb61308baf5237e7d901aef0cdcad3aad9808b6 /html/edit
parent79b72b04cd3adc99295630121b1ea238818f5d8b (diff)
downloadmu-3ebc41870128148b862c128f4c91639c9eb23c24.tar.gz
3737
Diffstat (limited to 'html/edit')
-rw-r--r--html/edit/005-sandbox.mu.html4
-rw-r--r--html/edit/008-sandbox-edit.mu.html6
2 files changed, 5 insertions, 5 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index bd92a649..28de0027 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -641,7 +641,7 @@ if ('onhashchange' in window) {
 <span id="L580" class="LineNr"> 580 </span>  assume-resources [
 <span id="L581" class="LineNr"> 581 </span>  ]
 <span id="L582" class="LineNr"> 582 </span>  <span class="Comment"># sandbox editor contains an instruction</span>
-<span id="L583" class="LineNr"> 583 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[print-integer <a href='../081print.mu.html#L4'>screen</a>, 4]</span>  <span class="Comment"># contents of sandbox editor</span>
+<span id="L583" class="LineNr"> 583 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[print <a href='../081print.mu.html#L4'>screen</a>, 4]</span>  <span class="Comment"># contents of sandbox editor</span>
 <span id="L584" class="LineNr"> 584 </span>  <span class="Comment"># run the code in the editor</span>
 <span id="L585" class="LineNr"> 585 </span>  assume-console [
 <span id="L586" class="LineNr"> 586 </span>    press F4
@@ -655,7 +655,7 @@ if ('onhashchange' in window) {
 <span id="L594" class="LineNr"> 594 </span>   <span class="Constant"> .                                                  ╎                                                 .</span>
 <span id="L595" class="LineNr"> 595 </span><span class="Constant">    .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span>
 <span id="L596" class="LineNr"> 596 </span>   <span class="Constant"> .                                                  ╎0   edit          copy            delete         .</span>
-<span id="L597" class="LineNr"> 597 </span>   <span class="Constant"> .                                                  ╎print-integer <a href='../081print.mu.html#L4'>screen</a>, 4                          .</span>
+<span id="L597" class="LineNr"> 597 </span>   <span class="Constant"> .                                                  ╎print <a href='../081print.mu.html#L4'>screen</a>, 4                                  .</span>
 <span id="L598" class="LineNr"> 598 </span>   <span class="Constant"> .                                                  ╎screen:                                          .</span>
 <span id="L599" class="LineNr"> 599 </span>   <span class="Constant"> .                                                  ╎  .4                             .               .</span>
 <span id="L600" class="LineNr"> 600 </span>   <span class="Constant"> .                                                  ╎  .                              .               .</span>
diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html
index 4ba0897a..e253a4c5 100644
--- a/html/edit/008-sandbox-edit.mu.html
+++ b/html/edit/008-sandbox-edit.mu.html
@@ -225,7 +225,7 @@ if ('onhashchange' in window) {
 <span id="L165" class="LineNr">165 </span>  assume-resources [
 <span id="L166" class="LineNr">166 </span>  ]
 <span id="L167" class="LineNr">167 </span>  <span class="Comment"># right editor contains a print instruction</span>
-<span id="L168" class="LineNr">168 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[print-integer <a href='../081print.mu.html#L4'>screen</a>, 4]</span>
+<span id="L168" class="LineNr">168 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[print <a href='../081print.mu.html#L4'>screen</a>, 4]</span>
 <span id="L169" class="LineNr">169 </span>  <span class="Comment"># run the sandbox</span>
 <span id="L170" class="LineNr">170 </span>  assume-console [
 <span id="L171" class="LineNr">171 </span>    press F4
@@ -236,7 +236,7 @@ if ('onhashchange' in window) {
 <span id="L176" class="LineNr">176 </span>   <span class="Constant"> .                                                  ╎                                                 .</span>
 <span id="L177" class="LineNr">177 </span><span class="Constant">    .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span>
 <span id="L178" class="LineNr">178 </span>   <span class="Constant"> .                                                  ╎0   edit          copy            delete         .</span>
-<span id="L179" class="LineNr">179 </span>   <span class="Constant"> .                                                  ╎print-integer <a href='../081print.mu.html#L4'>screen</a>, 4                          .</span>
+<span id="L179" class="LineNr">179 </span>   <span class="Constant"> .                                                  ╎print <a href='../081print.mu.html#L4'>screen</a>, 4                                  .</span>
 <span id="L180" class="LineNr">180 </span>   <span class="Constant"> .                                                  ╎screen:                                          .</span>
 <span id="L181" class="LineNr">181 </span>   <span class="Constant"> .                                                  ╎  .4                             .               .</span>
 <span id="L182" class="LineNr">182 </span>   <span class="Constant"> .                                                  ╎  .                              .               .</span>
@@ -255,7 +255,7 @@ if ('onhashchange' in window) {
 <span id="L195" class="LineNr">195 </span>  ]
 <span id="L196" class="LineNr">196 </span>  screen-should-contain [
 <span id="L197" class="LineNr">197 </span>   <span class="Constant"> .                                                                                 run (F4)           .</span>
-<span id="L198" class="LineNr">198 </span>   <span class="Constant"> .                                                  ╎print-integer <a href='../081print.mu.html#L4'>screen</a>, 4                          .</span>
+<span id="L198" class="LineNr">198 </span>   <span class="Constant"> .                                                  ╎print <a href='../081print.mu.html#L4'>screen</a>, 4                                  .</span>
 <span id="L199" class="LineNr">199 </span><span class="Constant">    .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span>
 <span id="L200" class="LineNr">200 </span>   <span class="Constant"> .                                                  ╎                                                 .</span>
 <span id="L201" class="LineNr">201 </span>   <span class="Constant"> .                                                  ╎                                                 .</span>