Programming Post

In this post I will discuss a simple programming problem which I have solved. Writing it allows me to pad out my blog.

I’ll write about how the super-cool project I’m working on was nearly derailed by the problem. I will not include enough contextual detail to allow the reader to decide whether the whole problem could have been side-stepped by using existing tools.

10 PRINT "HELLO";

Now I will write about how I puttered around trying to figure out what is wrong. By “figure it out,” I mean copy-and-paste from Stack Overflow. I’ll also throw in some irrelevant anecdotes to keep the tone chatty.

10 PRINT "HELLO";
20 GOTO 10;

Now I conclude with some friendly remarks.