From f0c55e6b97edf8971ce4adad3ee53cbfa406b7ef Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 27 Dec 2017 20:38:53 -0800 Subject: 4165 --- html/continuation5.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/continuation5.mu.html') diff --git a/html/continuation5.mu.html b/html/continuation5.mu.html index b0b45a3b..27da4fff 100644 --- a/html/continuation5.mu.html +++ b/html/continuation5.mu.html @@ -87,7 +87,7 @@ if ('onhashchange' in window) { 27 ¦ $print x 10/newline 28 ¦ k, x:num, done?:bool <- call k, a # resume; x = a + next l value 29 ¦ a <- add a, 1 -30 ¦ loop +30 ¦ loop 31 } 32 ] 33 @@ -102,7 +102,7 @@ if ('onhashchange' in window) { 42 ¦ l <- rest l 43 ¦ n <- add n, a 44 ¦ a <- return-continuation-until-mark 100/mark, n, done? # pause/resume -45 ¦ loop +45 ¦ loop 46 } 47 return-continuation-until-mark 100/mark, -1, done? 48 assert 0/false, [called too many times, ran out of continuations to return] -- cgit 1.4.1-2-gfad0