about summary refs log tree commit diff stats
path: root/continuation2.mu
diff options
context:
space:
mode:
Diffstat (limited to 'continuation2.mu')
-rw-r--r--continuation2.mu9
1 files changed, 7 insertions, 2 deletions
diff --git a/continuation2.mu b/continuation2.mu
index dda9d566..a522b0bf 100644
--- a/continuation2.mu
+++ b/continuation2.mu
@@ -1,5 +1,10 @@
-# example program showing that a 'paused' continuation can be 'resumed'
-# multiple times from the same point (but with changes to data)
+# Example program showing that a 'paused' continuation can be 'resumed'
+# multiple times from the same point (but with changes to data).
+#
+# Expected output:
+#   1
+#   2
+#   3
 
 def main [
   local-scope