BASIC Infinite Loop

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Appearances: next link)
(Appearances: FriendlyWare is kinda the worst (+ templates))
Line 8: Line 8:
== Appearances ==
== Appearances ==
-
*Email [[2 emails]] — In a segment where the email is being fast forwarded, [[Strong Bad]] runs the infinite loop on the [[Compy 386]], set to print "STRONG BAD IS COOL!" repeatedly.
+
*Email [[2 emails]] {{--}} In a segment where the email is being fast forwarded, [[Strong Bad]] runs the infinite loop on the [[Compy 386]], set to print "STRONG BAD IS COOL!" repeatedly.
-
*[[Workin' on the Game]] — The still image shown during the entire cartoon shows the [[Apple IIe]] running with the infinite loop code in [[Wikipedia:Applesoft BASIC|Applesoft BASIC]] on its screen. The text would read "[[STRONG BAD'S COOL GAME FOR ATTRACTIVE PEOPLE]]".
+
*[[Workin' on the Game]] {{--}} The still image shown during the entire cartoon shows the [[Apple IIe]] running with the infinite loop code in {{wp|Applesoft BASIC}} on its screen. The text would read "[[STRONG BAD'S COOL GAME FOR ATTRACTIVE PEOPLE]]".
-
*[[Store]] — The [[Store T-Shirts#tshirt ghost|October 2008 shirt of the month]] was of the [[Bad Graphics Ghost]] with the infinite loop meant to repeat the text "Boo!"
+
*[[Store]] {{--}} The [[Store T-Shirts#tshirt ghost|October 2008 shirt of the month]] was of the [[Bad Graphics Ghost]] with the infinite loop meant to repeat the text "Boo!"
-
*[[@StrongBadActual]] Tweet ([[@StrongBadActual Tweets 2014#515722187781980160|26 Sep 2014]]) — In his very first Tweet, Strong Bad prints out an infinite loop that will print "TWITTER", asking if he's doing this right. [[@StrongBadActual Tweets 2014#515723167516864513|Later that day]], he printed out the result of the infinite loop, believing that it worked.
+
*{{postref|515722187781980160|26|Sep|2014}} {{--}} In his very first Tweet, Strong Bad prints out an infinite loop that will print "TWITTER", asking if he's doing this right. {{prs|515723167516864513|26|Sep|2014|alt=Later that day}}, he printed out the result of the infinite loop, believing that it worked.
 +
*[[Disk 4 of 12 - FriendlyWare]] {{--}} Strong Bad writes an infinite loop that prints "[[wikipedia:Friendlyware|FRIENDLYWARE]] IS KINDA THE WORST".
{{incomplete list}}
{{incomplete list}}

Revision as of 17:45, 13 February 2021

"Am I doing this right?!"

BASIC is an early high-level programming language that became popular for home computers in the 1980s. The original Dartmouth BASIC spawned several different dialects of the language. Occasionally, The Brothers Chaps create an infinite loop in BASIC that constantly fills the screen with the same line of text. The BASIC code is simple:

Giving each line of code its own number (which is required in certain dialects), an instruction to print a line of text is performed, and then the next instruction points back to that. Until the program is interrupted or terminated, the program constantly prints that text.

Appearances

Personal tools