Penguin

Differences between version 18 and previous revision of BASIC.

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

Newer page: version 18 Last edited on Wednesday, May 5, 2004 8:01:19 pm by StuartYeates Revert
Older page: version 17 Last edited on Wednesday, May 5, 2004 6:30:28 pm by zcat(1) Revert
@@ -1,5 +1,5 @@
-[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). 
+[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