Posted by jonvon on September 17, 2002 at 18:00:22:
In Reply to: Upgraded Jonvon Cute Code posted by Bob - the Alien on September 17, 2002 at 17:14:04:
WHAT WILL HAPPEN WHEN NOMAD ASSIMILATES THIS CODE?
: : cute != generallyAGoodThing; //returns true
: : lately tho:
: : cute == generallyAGoodThing; //returns true
:
: function bool isCute(parentTypePerson) {
: bool isCute;
: bool genereallyAGoodThing = true;
: parentTypePerson.hasChild() ? isCute == generallyAGoodThing : isCute != generallyAGoodThing;
: return isCute;
: }
: new parentTypePerson jonvon = theHuman("John Vaughan");
: jonvon.hasProcreated == true;
: isCute(jonvon);