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
Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)
imported>HRWikiMirrorBot
Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine -->
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine -->
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
[[File:Twitter_Doing_This_Right.png|200px]]


''"Am I doing this right?!"''
''"Am I doing this right?!"''
Line 21: Line 21:
* [[Disk 4 of 12 - FriendlyWare]] — Strong Bad writes an infinite loop that prints "[[Friendlyware|FRIENDLYWARE]] IS KINDA THE WORST".
* [[Disk 4 of 12 - FriendlyWare]] — Strong Bad writes an infinite loop that prints "[[Friendlyware|FRIENDLYWARE]] IS KINDA THE WORST".


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]].''
[[File:HeadlessSB.png|20px]] ''This list is . You can help the Homestar Runner Wiki by [[BASIC Infinite Loop|adding content]].''


[[Category:Incomplete Lists]]
[[Category:Incomplete Lists]]
[[Category:Electronics running gags]]
[[Category:Electronics running gags]]



Latest revision as of 04:58, 5 August 2026

"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

This list is . You can help the Homestar Runner Wiki by adding content.