about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--049continuation.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/049continuation.cc b/049continuation.cc
index 019c075e..f74f41b5 100644
--- a/049continuation.cc
+++ b/049continuation.cc
@@ -111,6 +111,7 @@ recipe main [
 
 recipe f [
   11:continuation, 12:number <- g
+  # calls of the continuation end here
   reply 11:continuation, 12:number
 ]