Thursday, September 14, 2006

WriteBlogPost.cs

If (ToBusyToPostToday == true)
{
if (CanPostSomethingFast == true)
{
blog.write("I am too busy to post today here is
something quick");
}
else
{
Program.Exit; \\exit without writing anything
}
}
Else
{
blog.write(makeFunnyPost());
blog.write(makePostAboutChildhood());
blog.write(makePostAboutNews());
blog.write(makePostAboutHealth());
}

Blog.write("Thought of the Day");
Blog.write(GoToAWebsiteandGetASeinfeldQuote);


Comments: Post a Comment

Subscribe to Post Comments [Atom]




<< Home

This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]