<$BlogRSDURL$>

Friday, October 15, 2004

Gosh Darn!


From: David Zinkin Subject: [tvbarn2] Debate transcript generator Date: Tue, 12 Oct 2004 20:24:44 -0400 For the benefit of those who would rather watch something other than the Presidential debate Wednesday night, I offer my Do-It-Yourself Debate Transcript Generator program. It's written in Applesoft BASIC but should be easily portable to other OSes and languages.

10 K$ = "I HAVE A PLAN."
20 B$ = "IT'S HARD WORK."
30 FOR COUNT = 1 to 400
40 PRINT K$
50 PRINT B$
60 NEXT COUNT
70 IF NETWORK = "C-SPAN" THEN GOTO 10
80 END

Hope this helps. - David