BASIC Infinite Loop

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(not sure he believed it)
(Add category)
 
(includes 2 intermediate revisions)
Line 1: Line 1:
[[File:Twitter Doing This Right.png|thumb|200px|"Am I doing this right?!"]]
[[File:Twitter Doing This Right.png|thumb|200px|"Am I doing this right?!"]]
-
BASIC is an early [[Wikipedia:High-level programming language|high-level]] [[Wikipedia:Programming language|programming language]] that became popular for home computers in the 1980s. The original [[Wikipedia:Dartmouth BASIC|Dartmouth BASIC]] spawned several different dialects of the language. Occasionally, [[The Brothers Chaps]] '''create an [[Wikipedia:Infinite loop|infinite loop]] in [[Wikipedia:BASIC|BASIC]] that constantly fills the screen with the same line of text'''. The BASIC code is simple:
+
BASIC is an early [[Wikipedia:High-level programming language|high-level]] [[Wikipedia:Programming language|programming language]] that became popular for home computers in the 1980s. The original [[Wikipedia:Dartmouth BASIC|Dartmouth BASIC]] spawned several different dialects of the language. In BASIC's heyday, it was common (either as a pastime or a prank) to '''create an [[Wikipedia:Infinite loop|infinite loop]] in [[Wikipedia:BASIC|BASIC]] that constantly fills the screen with the same line of text''', and several instances of this appear in the [[Homestar Runner (body of work)|Homestar Runner]] body of work. The BASIC code is simple:
<blockquote class="email" style="background-image:none;">
<blockquote class="email" style="background-image:none;">
10 print "NASA"<br>
10 print "NASA"<br>
Line 11: Line 11:
*[[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]]".
*[[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!"
-
*{{postref|515722187781980160|26|Sep|2014}} {{--}} In his very first Tweet, Strong Bad prints out an infinite loop that will print "TWITTER", wondering whether 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.
+
*{{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".
*[[Disk 4 of 12 - FriendlyWare]] {{--}} Strong Bad writes an infinite loop that prints "[[wikipedia:Friendlyware|FRIENDLYWARE]] IS KINDA THE WORST".
{{incomplete list}}
{{incomplete list}}
 +
 +
[[Category:Electronics running gags]]

Current revision as of 08:55, 15 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. In BASIC's heyday, it was common (either as a pastime or a prank) to create an infinite loop in BASIC that constantly fills the screen with the same line of text, and several instances of this appear in the Homestar Runner body of work. 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.

[edit] Appearances

Personal tools