Work in progress — This wiki is an active migration / mirror of Homestar Runner Wiki and is not finished yet. Account registration and public editing are turned off until the migration is further along. For status updates, see the migration thread on the forums.

BASIC Infinite Loop: Difference between revisions

From HR Wiki Twice
Jump to navigationJump to search
imported>HRWikiMirrorBot
Imported from hrwiki.org via Wayback Machine (HTML→wikitext)
 
imported>HRWikiMirrorBot
Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)
 
Line 1: Line 1:
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine; HTML converted to wikitext. Formatting may be imperfect. -->
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine -->
<div class="thumb tright">
https://web.archive.org/web/20211001000000im_/http://www.hrwiki.org/w/images/thumb/b/b6/Twitter_Doing_This_Right.png/200px-Twitter_Doing_This_Right.png


<div class="thumbinner" style="width:202px;">
''"Am I doing this right?!"''


[[File:Twitter Doing This Right.png|[[File:Twitter_Doing_This_Right.png|200px|thumb]]]]
BASIC is an early [[High-level programming language|high-level]] [[Programming language|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|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)|Homestar Runner]] body of work. The BASIC code is simple:
<div class="thumbcaption">
 
<div class="magnify">
 
[[File:Twitter Doing This Right.png|[[File:magnify-clip.png|15px|thumb]]]]
 
</div>
&quot;Am I doing this right?!&quot;
 
</div>
 
</div>


</div>
<blockquote>
BASIC is an early [[High-level programming language|high-level]] [[Programming language|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|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)|Homestar Runner]] body of work. The BASIC code is simple:
>10 print "NASA"<br />
>20 goto 10
</blockquote>


<blockquote>10 print &quot;NASA&quot;<br />
20 goto 10</blockquote>
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.
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.


<span id="appearances"></span>
== Appearances ==
== <span class="mw-headline"> Appearances </span> ==
 
* 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 &quot;STRONG BAD IS COOL!&quot; 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 &quot;[[Strong Bad's Cool Game for Attractive People|STRONG BAD'S COOL GAME FOR ATTRACTIVE PEOPLE]]&quot;.
* [[Store]] — The [[Store T-Shirts|October 2008 shirt of the month]] was of the [[Bad Graphics Ghost]] with the infinite loop meant to repeat the text &quot;Boo!&quot;
* [[@StrongBadActual]] Tweet ([[@StrongBadActual Tweets 2014|26 Sep 2014]]) — In his very first Tweet, Strong Bad prints out an infinite loop that will print &quot;TWITTER&quot;, asking if he's doing this right. [[@StrongBadActual Tweets 2014|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 &quot;[[Friendlyware|FRIENDLYWARE]] IS KINDA THE WORST&quot;.
 
<div class="boilerplate plainlinks" style="margin: .5em 2%; padding: 0 1em; border: 1px solid #aaa; background: #F5EDF5;">
 
[[File:HeadlessSB.png|[[File:HeadlessSB.png|20px|thumb|INCOMPLETE&#39;D!]]]] ''This list is [[Category:Incomplete Lists|incomplete]]. You can help the Homestar Runner Wiki by [[BASIC Infinite Loop|adding content]].''
 
</div>
<div id="catlinks" class="catlinks">
 
<div id="mw-normal-catlinks">


[/wiki/Special:Categories Categories]: <span dir="ltr">[[Category:Incomplete Lists|Incomplete Lists]]</span> | <span dir="ltr">[[Category:Electronics running gags|Electronics running gags]]</span>
* 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|STRONG BAD'S COOL GAME FOR ATTRACTIVE PEOPLE]]".
* [[Store]] — The [[Store T-Shirts|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|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|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 "[[Friendlyware|FRIENDLYWARE]] IS KINDA THE WORST".


</div>
https://web.archive.org/web/20211001000000im_/http://www.hrwiki.org/w/images/thumb/4/47/HeadlessSB.png/20px-HeadlessSB.png ''This list is . You can help the Homestar Runner Wiki by [[BASIC Infinite Loop|adding content]].''


</div>
[[Category:Incomplete Lists]]
[[Category:Electronics running gags]]



Latest revision as of 14:24, 14 July 2026

200px-Twitter_Doing_This_Right.png

"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:

>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

20px-HeadlessSB.png This list is . You can help the Homestar Runner Wiki by adding content.