From 83fcebf3210b638d9f8248e0007e9f0c9804980a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 13 Jul 2015 20:53:41 -0700 Subject: 1778 --- html/063list.mu.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/063list.mu.html') diff --git a/html/063list.mu.html b/html/063list.mu.html index 796cf4f0..d805f6ed 100644 --- a/html/063list.mu.html +++ b/html/063list.mu.html @@ -13,13 +13,13 @@ 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; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #ff6060; } .CommentedCode { color: #6c6c6c; } .muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> @@ -43,7 +43,7 @@ container list [ # result:address:list <- push x:location, in:address:list recipe push [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:location <- next-ingredient in:address:list <- next-ingredient result:address:list <- new list:type @@ -56,7 +56,7 @@ container list [ # result:location <- first in:address:list recipe first [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space in:address:list <- next-ingredient result:location <- get in:address:list/deref, value:offset reply result:location @@ -64,7 +64,7 @@ container list [ # result:address:list <- rest in:address:list recipe rest [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space in:address:list <- next-ingredient result:address:list <- get in:address:list/deref, next:offset reply result:address:list -- cgit 1.4.1-2-gfad0