about summary refs log tree commit diff stats
path: root/html/display.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/display.mu.html')
-rw-r--r--html/display.mu.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/display.mu.html b/html/display.mu.html
index 04daf6de..baf12e83 100644
--- a/html/display.mu.html
+++ b/html/display.mu.html
@@ -13,11 +13,11 @@
 pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; }
 body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 * { font-size: 1.05em; }
-.CommentedCode { color: #6c6c6c; }
+.muRecipe { color: #ff8700; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .Special { color: #ff6060; }
-.muRecipe { color: #ff8700; }
+.CommentedCode { color: #6c6c6c; }
 -->
 </style>
 
@@ -33,14 +33,14 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 
 <span class="muRecipe">recipe</span> main [
   open-console
-  print-character-to-display <span class="Constant">97:literal</span>, <span class="Constant">1:literal/red</span>, <span class="Constant">2:literal/green</span>
-  1:number/<span class="Special">raw</span>, 2:number/<span class="Special">raw &lt;- </span>cursor-position-on-display
+  print-character-to-display <span class="Constant">97</span>, <span class="Constant">1/red</span>, <span class="Constant">2/green</span>
+  <span class="Constant">1</span>:number/<span class="Special">raw</span>, <span class="Constant">2</span>:number/<span class="Special">raw &lt;- </span>cursor-position-on-display
   wait-for-some-interaction
   clear-display
-  move-cursor-on-display <span class="Constant">0:literal</span>, <span class="Constant">4:literal</span>
-  print-character-to-display <span class="Constant">98:literal</span>
+  move-cursor-on-display <span class="Constant">0</span>, <span class="Constant">4</span>
+  print-character-to-display <span class="Constant">98</span>
   wait-for-some-interaction
-  move-cursor-on-display <span class="Constant">0:literal</span>, <span class="Constant">0:literal</span>
+  move-cursor-on-display <span class="Constant">0</span>, <span class="Constant">0</span>
   clear-line-on-display
   wait-for-some-interaction
   move-cursor-down-on-display