[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Evil Conspiracy!



> Was NorthStar Basic a derivation of Microsoft Basic?

No, NS BASIC was patterned after HP minicomputer BASIC.  Example: There were no string arrays.  DIM
A$(100) created a single string with a length of 100.  MS BASIC was patterned after DEC BASIC (so
says Gates) in which DIM A$(100) created a table of 100 variable-length strings.

Tom Lake