1->1000
authorjim <jim@web>
Thu, 30 Apr 2015 10:42:04 +0000 (06:42 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Thu, 30 Apr 2015 10:42:04 +0000 (06:42 -0400)
topics/week13_coroutines_exceptions_and_aborts.mdwn

index 706050e..cd26a3a 100644 (file)
@@ -255,7 +255,7 @@ A more general way to think about these snapshots is to think of the code we're
             else abort 20
             ) + 100
         end
             else abort 20
             ) + 100
         end
-    in (foo 2) + 1;; (* this line is new *)
+    in (foo 2) + 1000;; (* this line is new *)
 
 we can imagine a box:
 
 
 we can imagine a box: