Penguin

Differences between version 17 and revision by previous author of BASIC.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 17 Last edited on Wednesday, May 5, 2004 6:30:28 pm by zcat(1) Revert
Older page: version 16 Last edited on Wednesday, November 19, 2003 5:44:55 pm by AristotlePagaltzis Revert
@@ -1,5 +1,9 @@
 [Acronym] for __B__eginners __A__ll-Purpose __S__ymbolic __I__nstruction __C__ode (supposedly a backronym, made up after the name [BASIC] was already in use). 
+  
+ 10 PRINT "This is a"  
+ 20 PRINT "Haiku program"  
+ 30 GOTO 10  
  
 A simplistic interactive ProgrammingLanguage designed at Dartmouth University in the 1960's to teach mathematics students how to program. They would go on to programming in [Fortran] IV, so this is the language that [BASIC] most closely resembles. 
  
 Not to be confused with VisualBasic, a wildly extended dialect of [BASIC] that only resembles its ancestor remotely and is still part of MicrosoftCorporation's portfolio and strategy.