BASIC

From: Allison J Parent <allisonp_at_world.std.com>
Date: Wed May 12 17:51:42 1999

<678 PRINT "HELLO"
<792 GOTO 678
<
<is as good as
<
<1 PRINT "HELLO"
<2 GOTO 1
<
<Was this always the case?

Yes! I started with Dartmuth basic on a GE tymeshare system in '68. Later
the various basics used on DEC PDP-8s. MITS BASIC (ALTAIR), Processor Tech
5k basic, LLLbasic, Tiny basic, Nibble, NS* basic all required line numbers
for every line and by default assending order. The FIRST basic I'd seen
with out line numbers for every line was Cbasic.

 1 print "hello"
   Goto 1

The first language I'd seen that didn't have that requirement was Fortran
on the 8I.

Allison


<--Max Eskin (max82_at_surfree.com)
< http://scivault.hypermart.net: Ignorance is Impotence - Knowledge is Powe
<
Received on Wed May 12 1999 - 17:51:42 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:32:24 BST