edit SideBar

NoHolesBarred

TheTome.NoHolesBarred History

Hide minor edits - Show changes to output

Changed lines 116-117 from:
 A vote for Kerry is not a vote for Bush."_
to:
A vote for Kerry is not a vote for Bush."_
Changed lines 220-227 from:
->* the first time it beeped, i just shut it down and checked that the ram and video-card were properly connected.
 * this didn't help. again, i didn't count beeps, just shut down and unplugged both the ram and video card.
 * booted. three beeps. nothing else.
 * plugged the video card back in. beeps i didn't count.
 * plugged ram back in. three beeps. nothing.
 * tried ram in all three slots, no changes.
 * sulked.
to:
* the first time it beeped, i just shut it down and checked that the ram and video-card were properly connected.
* this didn't help. again, i didn't count beeps, just shut down and unplugged both the ram and video card.
* booted. three beeps. nothing else.
* plugged the video card back in. beeps i didn't count.
* plugged ram back in. three beeps. nothing.
* tried ram in all three slots, no changes.
* sulked.
Changed lines 307-316 from:
begin
 :start
 writeln('You are standing in a forest clearing. The birds twitter amongst themselves in the trees above you. A shallow brook babbles merrily along to your side. There is a large smooth stone in the center of the clearing.');
 writeln('There are exits to the North, South, and East.');

->write('What do you want to do? ');
 readln(input);

->writeln('I'm sorry, I don't understand that.');
 goto start;\\
to:
begin\\
:start\\
writeln('You are standing in a forest clearing. The birds twitter amongst themselves in the trees above you. A shallow brook babbles merrily along to your side. There is a large smooth stone in the center of the clearing.');\\
writeln('There are exits to the North, South, and East.');

write('What do you want to do? ');\\
readln(input);

writeln('I'm sorry, I don't understand that.');\\
goto start;\\
Edit - History - Print - Recent Changes - Search
Page last modified on October 05, 2011, at 03:50 PM