diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-03-07 01:41:48 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-03-07 01:41:48 -0800 |
commit | 9e751bb8c0cdf771d34c839cb6591d892b8e62de (patch) | |
tree | 2ac86646cd0aa204626a4fc842dbe8b2aa526817 /html/059to_text.mu.html | |
parent | 848ebc1e6335cd1a34e07662242a367fefbc5229 (diff) | |
download | mu-9e751bb8c0cdf771d34c839cb6591d892b8e62de.tar.gz |
3761
Diffstat (limited to 'html/059to_text.mu.html')
-rw-r--r-- | html/059to_text.mu.html | 7 |
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"><-</span> to-text 1:char <span id="L44" class="LineNr">44 </span> 3:@:char <span class="Special"><-</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"><-</span> <span class="Constant">[o]</span> +<span id="L46" class="LineNr">46 </span> <span class="Conceal">¦</span> 3:array:character <span class="Special"><-</span> <span class="Constant">[o]</span> <span id="L47" class="LineNr">47 </span> ] <span id="L48" class="LineNr">48 </span>] </pre> |