Wednesday, August 12, 2009

Humans.cpp

// God: please do some debugging on the following code

if (gullibleEnough == true) {
goto Heaven;
else {
goto Hell;
}

// Although goto is not used much any more,
// when it comes to religion, obviously "old" is "cool". :-)
// PS: God, I left the main bracket open in case there are
// some other options.
// Thanks in advance.