about summary refs log tree commit diff stats
path: root/html/070table.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-27 17:07:52 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-27 17:08:29 -0700
commit5fe060d582d4a82444243a28b18085c971a85628 (patch)
tree7a13eb020d0a9cab5d4195da931a373f575229ab /html/070table.mu.html
parent013d95266d563a3f531c13eba6d2a6bfe18f8808 (diff)
downloadmu-5fe060d582d4a82444243a28b18085c971a85628.tar.gz
4447
Diffstat (limited to 'html/070table.mu.html')
-rw-r--r--html/070table.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/070table.mu.html b/html/070table.mu.html
index f8e12f73..faaf6d78 100644
--- a/html/070table.mu.html
+++ b/html/070table.mu.html
@@ -15,8 +15,8 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
+.muData { color: #ffff00; }
 .muRecipe { color: #ff8700; }
-.muScenario { color: #00af00; }
 .Special { color: #c00000; }
 .Delimiter { color: #800080; }
 .Comment { color: #9090ff; }
@@ -24,7 +24,7 @@ a:hover { text-decoration: underline; }
 .Constant { color: #00a0a0; }
 .LineNr { color: #444444; }
 .muControl { color: #c0a020; }
-.muData { color: #ffff00; }
+.muScenario { color: #00af00; }
 -->
 </style>
 
@@ -137,7 +137,7 @@ if ('onhashchange' in window) {
 <span id="L76" class="LineNr"> 76 </span>  occupied?:bool <span class="Special">&lt;-</span> get x, <span class="Constant">occupied?:offset</span>
 <span id="L77" class="LineNr"> 77 </span>  not-occupied?:bool <span class="Special">&lt;-</span> not occupied?:bool
 <span id="L78" class="LineNr"> 78 </span>  assert not-occupied?, <span class="Constant">[can't handle collisions yet]</span>
-<span id="L79" class="LineNr"> 79 </span>  new-row:<a href='070table.mu.html#L50'>table-row</a>:_key:_value <span class="Special">&lt;-</span> merge <span class="Constant">1/true</span>, key, value
+<span id="L79" class="LineNr"> 79 </span>  new-row:<a href='070table.mu.html#L50'>table-row</a>:_key:_value <span class="Special">&lt;-</span> merge<span class="Constant"> true</span>, key, value
 <span id="L80" class="LineNr"> 80 </span>  *table-data <span class="Special">&lt;-</span> put-index *table-data, hash-key, new-row
 <span id="L81" class="LineNr"> 81 </span>]
 <span id="L82" class="LineNr"> 82 </span>