| delorie.com/archives/browse.cgi | search |
| Message-ID: | <3752756F.44BAAB63@softhome.net> |
| From: | Chris Mears <chris_mears AT softhome DOT net> |
| X-Mailer: | Mozilla 4.04 [en] (Win95; I) |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Deism, God & Reason |
| References: | <747 DOT 654272 DOT 181463 AT hotmail DOT com> |
| Lines: | 34 |
| Date: | Mon, 31 May 1999 21:41:35 +1000 |
| NNTP-Posting-Host: | 139.134.76.233 |
| X-Trace: | newsfeeds.bigpond.com 928150455 139.134.76.233 (Mon, 31 May 1999 21:34:15 EST) |
| NNTP-Posting-Date: | Mon, 31 May 1999 21:34:15 EST |
| Organization: | Telstra BigPond Internet Services (http://www.bigpond.com) |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
peacefill AT hotmail DOT com wrote:
>
> Hi. I thought you might be interested in the site of the World
> Union of Deists at: http://www.deism.com It has many hard to
> find essays by Thomas Paine and gives a thought provoking indepth
> look at Deism (belief in God based on reason and nature, not
> books written by men). I hope you like it! Thanks!
>
#include <god.h>
#include <me.h>
#include <stdlib.h>
#include <stdio.h>
int main()
{
if (god.exist())
{
me.set_belief(BELIEVE_IN_GOD);
me.laugh_at(ATHIESTS);
me.terminate_and_stay_resident(WITH_HAPPY_AND_KIND_THOUGHTS);
return 0;
}
else // god doesn't exist...
{
free(god);
me.set_belief(NOTHING);
me.allow(DEVIL_THOUGHTS);
me.be(GREEDY);
return 666;
}
printf("Shouldn't get here...god must have intervened...\n");
return BAD_BAD_BAD;
}
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |