From b301e0c0e6b54dceecbe4ee1ef8f610411015c30 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 Jan 2018 00:28:51 -0800 Subject: 4200 Forgot to set up exuberant_ctags_rc as .ctags on new laptop. --- html/continuation3.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/continuation3.mu.html') diff --git a/html/continuation3.mu.html b/html/continuation3.mu.html index e857d754..2eae301f 100644 --- a/html/continuation3.mu.html +++ b/html/continuation3.mu.html @@ -72,17 +72,17 @@ if ('onhashchange' in window) { 14 # caller 2 15 # callee 2 16 -17 def main [ +17 def main [ 18 local-scope 19 $print [caller 0] 10/newline -20 k:continuation <- call-with-continuation-mark 100/mark, f +20 k:continuation <- call-with-continuation-mark 100/mark, f 21 $print [caller 1] 10/newline 22 k <- call k 23 $print [caller 2] 10/newline 24 call k 25 ] 26 -27 def f [ +27 def f [ 28 local-scope 29 $print [callee 0] 10/newline 30 return-continuation-until-mark 100/mark -- cgit 1.4.1-2-gfad0