From ee67ca534b88ceff30f3c00b7c0ab13456c8ed84 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 31 Oct 2016 21:43:57 -0700 Subject: 3613 --- html/070table.mu.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'html/070table.mu.html') diff --git a/html/070table.mu.html b/html/070table.mu.html index 91999624..61e1466b 100644 --- a/html/070table.mu.html +++ b/html/070table.mu.html @@ -13,9 +13,9 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 12pt; font-size: 1em; } -.Delimiter { color: #800080; } -.muControl { color: #c0a020; } .muData { color: #ffff00; } +.muControl { color: #c0a020; } +.Delimiter { color: #800080; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #c00000; } @@ -49,11 +49,10 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color scenario table-read-write-non-integer [ local-scope - key:text <- new [abc def] - {tab: (address table text number)} <- new-table 30 + tab:&:table:text:num <- new-table 30 run [ - put-index tab, key, 34 - 1:num/raw <- index tab, key + put-index tab, [abc def], 34 + 1:num/raw <- index tab, [abc def] ] memory-should-contain [ 1 <- 34 -- cgit 1.4.1-2-gfad0