BASIC Infinite Loop
From Homestar Runner Wiki
(Difference between revisions)
(Fix'd broken bold.) |
(→Appearances: I don't see how mentioning the font is relevant. Also, I'd think each bullet point should be able to be taken out of the context of another.) |
||
Line 6: | Line 6: | ||
== 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 | + | *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. | + | *[[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". |
- | *[[Store]] — The [[Store T-Shirts#tshirt_ghost|October 2008 shirt of the month]] was of the [[Bad Graphics Ghost]] with the infinite loop | + | *[[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!" |
{{stub}} | {{stub}} | ||
{{no-image}} | {{no-image}} |
Revision as of 00:50, 12 September 2011
BASIC is an early high-level programming language that became popular for home computers in the 80s. 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:
10 print "NASA"
20 goto 10
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
- 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 Applesoft BASIC on its screen. The text would read "STRONG BAD'S COOL GAME FOR ATTRACTIVE PEOPLE".
- Store — The October 2008 shirt of the month was of the Bad Graphics Ghost with the infinite loop meant to repeat the text "Boo!"
This article is a stub. You can help the Homestar Runner Wiki by expanding it.