From fe8bf967a945c7d9e6aba36e42518262d54bd348 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 15 Dec 2017 02:09:36 -0800 Subject: 4161 --- html/continuation1.mu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/continuation1.mu.html') diff --git a/html/continuation1.mu.html b/html/continuation1.mu.html index d0ec20a1..aa2ab50a 100644 --- a/html/continuation1.mu.html +++ b/html/continuation1.mu.html @@ -3,7 +3,7 @@ Mu - continuation1.mu - + @@ -15,13 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.muRecipe { color: #ff8700; } -.Special { color: #c00000; } +.LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } --> @@ -70,7 +70,7 @@ if ('onhashchange' in window) { 12 13 def main [ 14 local-scope -15 k:continuation <- call-with-continuation-mark create-yielder +15 k:continuation <- call-with-continuation-mark 100/mark, create-yielder 16 x:num <- call k # should return 1 17 $print x 10/newline 18 ] @@ -78,7 +78,7 @@ if ('onhashchange' in window) { 20 def create-yielder -> n:num [ 21 local-scope 22 load-inputs -23 return-continuation-until-mark +23 return-continuation-until-mark 100/mark 24 return 1 25 ] -- cgit 1.4.1-2-gfad0