From e6384851e39779b31dfed2d2319822d252f5c841 Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 29 Apr 2015 16:47:44 -0400 Subject: [PATCH] post two images --- topics/week13_control_operators.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topics/week13_control_operators.mdwn b/topics/week13_control_operators.mdwn index a8fd115e..1ad9dd02 100644 --- a/topics/week13_control_operators.mdwn +++ b/topics/week13_control_operators.mdwn @@ -1,3 +1,7 @@ +* [Example of an not-fully-immersive game](http://www.i-mockery.com/minimocks/50arcadecabinets/star-wars-arcade.gif) +* [A more immersive game](http://upload.wikimedia.org/wikipedia/commons/7/78/AC89-0437-20_a.jpeg) + + 3. `callcc` was originally introduced in Scheme. There it's written `call/cc` and is an abbreviation of `call-with-current-continuation`. Instead of the somewhat bulky form: (call/cc (lambda (k) ...)) -- 2.11.0