From 6d007fda037331e7761d2a9ed3a2e435131daf7e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 11 Nov 2016 15:54:19 -0800 Subject: 3667 --- html/064list.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/064list.mu.html') diff --git a/html/064list.mu.html b/html/064list.mu.html index 9ca8a1d7..95503149 100644 --- a/html/064list.mu.html +++ b/html/064list.mu.html @@ -47,7 +47,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color load-ingredients result:&:list:_elem <- new {(list _elem): type} *result <- merge x, l - reply result + return result ] def first in:&:list:_elem -> result:_elem [ @@ -298,7 +298,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color def reverse list:&:list:_elem temp:&:list:_elem/contained-in:result -> result:&:list:_elem [ local-scope load-ingredients - reply-unless list, temp + return-unless list, temp object:_elem <- first, list list <- rest list temp <- push object, temp -- cgit 1.4.1-2-gfad0