From f00bc2d94c924263f991809b29151018ffa9924f Mon Sep 17 00:00:00 2001 From: Jeremy Penner Date: Thu, 3 Mar 2011 11:42:10 -0800 Subject: [PATCH] write section two --- timemachine.xml | 85 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 2 deletions(-) diff --git a/timemachine.xml b/timemachine.xml index 039a616..8fd3c5c 100644 --- a/timemachine.xml +++ b/timemachine.xml @@ -46,8 +46,89 @@
- - Larry is alone with the DeLorean in the lab, for the first time. + + null + false + false + + + +

"So I just write down the number I see on the screen?" says Larry.

+

"Yep," says Richard.

+

"And what does this tell us, exactly?" says Larry.

+

"Well, when you come out of the [room], I'm going to type the number you give me into the computer, which + will make it show up on the screen before you wrote it down," says Richard.

+

"And what does this tell us, exactly?" says Larry again, exasperated.

+

"A number that neither of us picked," says Richard.

+ + + !fInRoom + !fBeenInRoom + true + true +

Larry sighs and opens the door. Inside the [room] is a computer [screen].

+
+ + fInRoom + false + Larry goes back into the lab. [Richard] looks at him expectantly. "Well?" he asks. + +
+ + + fInRoom + $[if (number === null) {] +

+ Larry looks at the screen. It's blank. "Well, hell," he says, feebly scanning the [room] + for another, hidden screen that might have a number on it. He doesn't find one. +

+ $[} else {] +

+ Larry looks at the screen. The number $(number) is displayed on it. +

+ $[}] +

He looks down at his piece of [paper] for a moment.

+
+
+ + 6 + + + + fInRoom + $[if (false) {] +

+ Larry is at a loss for a moment, but then decides that the thing to do is to just write down a number. + He chooses six. +

+ $[} else {] +

"Huh," says Larry, scrawling down a large number $(number) on his paper. "Wonder what that means."

+ $[}] + +
+
+ + + fBeenInRoom + $[if (number === null) {] +

Larry shows Richard the blank piece of paper. "Nothing on the screen," he says.

+

+ Richard slaps himself on the forehead. "Of course! I can't believe I didn't think of that. If you + don't show me a number, I won't type it in, which means you won't see a number, which means no paradox. + Duh. How stupid of me. Forget I even asked." +

+ $[} else {] +

Larry holds up the piece of paper. "It said $(number)".

+

Richard looks quizzically at the paper. "$(number)? Are you sure?"

+

A look of alarm crosses Larry's face. "Is... is $(number) bad?"

+

"No, no, it's just I would have expected something, I don't know, more random, or meaningful, I guess," + says Richard. "You didn't just make up some number?"

+

"Of course not!" says Larry, offended. "Go ahead and look for yourself. The screen says $(number)."

+

"No, no, I believe you," says Richard, and types a $(number) into his computer.

+ $[}] +
+
+