Hello Cos!! Good to see ya!
I think this is a jab at logical, critical thinking Americans, but you lost me.....I am a 52 year old "computer geek/nerd" wannabe, so I may have misinterpreted...... Tell Lobo he ought to drop in on this side of the street from time to time and on occasion too!! Have a great weekend!! Keith On Fri, Jun 19, 2009 at 8:06 PM, Cosmoraptor <[email protected]> wrote: > class Poster > > { > public bool Liberal; > > } > > > class Reply > > { > public string reply; > > } > > > class RushLimbaugh > > { > > > public Reply IgnorantReply( Poster poster) > > { > if(poster.Liberal == true) > > { > return("That's funny coming from" + > RandomPersonalInsult(poster)); > > } > else > > { > return("They have both houses of congress, and the White > House."); > > } > > } > > > public Reply InsipidReply(string post) > > { > if(post.Contains("Obama")) return("Bambi " + > RandomPersonalInsult(new Poster("Obama"))); > > return("That's funny coming from" + RandomPersonalInsult(poster)); } > > > public Reply RepeatedReply(Poster poster) > > { > if(RushTalkingPoint()) return(RushTalkingPoint()) > return(RandomPersonalInsult(poster)); return(new > Reply("Get a Job!" )); > > } > > > public string EnglishQuestionToRepublicanReply(Poster poster) > > { > return(RandomPersonalInsult(poster)); > > } > > > > } > > > > --~--~---------~--~----~------------~-------~--~----~ Thanks for being part of "PoliticalForum" at Google Groups. For options & help see http://groups.google.com/group/PoliticalForum * Visit our other community at http://www.PoliticalForum.com/ * It's active and moderated. Register and vote in our polls. * Read the latest breaking news, and more. -~----------~----~----~----~------~----~------~--~---
