about summary refs log tree commit diff stats
path: root/html/059to_text.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/059to_text.mu.html')
-rw-r--r--html/059to_text.mu.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/html/059to_text.mu.html b/html/059to_text.mu.html
index 7cf81afe..43d5e7f4 100644
--- a/html/059to_text.mu.html
+++ b/html/059to_text.mu.html
@@ -15,12 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 a { text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
+.muRecipe { color: #ff8700; }
+.muScenario { color: #00af00; }
 .Special { color: #c00000; }
+.Conceal { color: #4e4e4e; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .LineNr { color: #444444; }
-.muRecipe { color: #ff8700; }
-.muScenario { color: #00af00; }
 -->
 </style>
 
@@ -100,7 +101,7 @@ if ('onhashchange' in window) {
 <span id="L43" class="LineNr">43 </span>  2:text <span class="Special">&lt;-</span> to-text 1:char
 <span id="L44" class="LineNr">44 </span>  3:@:char <span class="Special">&lt;-</span> copy *2:text
 <span id="L45" class="LineNr">45 </span>  memory-should-contain [
-<span id="L46" class="LineNr">46 </span>    3:array:character <span class="Special">&lt;-</span> <span class="Constant">[o]</span>
+<span id="L46" class="LineNr">46 </span>  <span class="Conceal">¦</span> 3:array:character <span class="Special">&lt;-</span> <span class="Constant">[o]</span>
 <span id="L47" class="LineNr">47 </span>  ]
 <span id="L48" class="LineNr">48 </span>]
 </pre>