about summary refs log tree commit diff stats
path: root/049continuation.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-25 02:48:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-25 02:48:11 -0700
commit37568004a3b82668e0140ac49775f23b505720c6 (patch)
tree775463c6716c1bf298740aa4aca6a4853ea63ccc /049continuation.cc
parent5b7a71b0088ff8659fd78fba518c386cd85d5a81 (diff)
downloadmu-37568004a3b82668e0140ac49775f23b505720c6.tar.gz
1456
Diffstat (limited to '049continuation.cc')
-rw-r--r--049continuation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/049continuation.cc b/049continuation.cc
index 26b605bb..7a92a377 100644
--- a/049continuation.cc
+++ b/049continuation.cc
@@ -126,8 +126,8 @@ recipe g [
   reply-delimited-continuation
   # calls of the continuation start from here
   22:number <- next-ingredient
-  22:number <- add 22:number, 1:literal
-  reply 22:number
+  23:number <- add 22:number, 1:literal
+  reply 23:number
 ]
 #? ?
 # first call of 'g' executes the part before reply-delimited-continuation