about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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