From 6c69569a4c4ca3a23635d4d7a40f0fe557194619 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 28 Sep 2016 20:08:04 -0700 Subject: 3430 --- html/chessboard.mu.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/chessboard.mu.html') diff --git a/html/chessboard.mu.html b/html/chessboard.mu.html index 8d7e5c0c..8a382806 100644 --- a/html/chessboard.mu.html +++ b/html/chessboard.mu.html @@ -15,9 +15,9 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color * { font-size: 12pt; font-size: 1em; } .muRecipe { color: #ff8700; } .muData { color: #ffff00; } -.Special { color: #c00000; } .muScenario { color: #00af00; } .Delimiter { color: #800080; } +.Special { color: #c00000; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .SalientComment { color: #00ffff; } @@ -60,7 +60,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color assume-screen 120/width, 20/height # initialize keyboard to type in a move assume-console [ - type [a2-a4 + type [a2-a4 ] ] run [ @@ -98,7 +98,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color ## Here's how 'chessboard' is implemented. -type board = address:@:&:@:char +type board = address:@:&:@:char def chessboard screen:&:screen, console:&:console -> screen:&:screen, console:&:console [ local-scope @@ -146,7 +146,7 @@ type board = address:@:&:@:char correct-length?:boolean <- equal len, 64 assert correct-length?, [chessboard had incorrect size] # board is an array of pointers to files; file is an array of characters - board <- new {(address array character): type}, 8 + board <- new {(address array character): type}, 8 col:num <- copy 0 { done?:boolean <- equal col, 8 -- cgit 1.4.1-2-gfad0