From 762b099ef6c6ad5b6b61d29e473baa6df8d64ab9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 18 Jul 2015 15:22:49 -0700 Subject: 1818 --- html/063list.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/063list.mu.html') diff --git a/html/063list.mu.html b/html/063list.mu.html index d805f6ed..0926bd94 100644 --- a/html/063list.mu.html +++ b/html/063list.mu.html @@ -43,7 +43,7 @@ container list [ # result:address:list <- push x:location, in:address:list recipe push [ - new-default-space + local-scope 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 [ - new-default-space + local-scope 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 [ - new-default-space + local-scope 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