<<Up     Contents

Applesoft BASIC programming language

The first NOT BASIC programming language[?] dialect on the Apple II computer was Integer Basic[?], coded and hand-assembled by Apple Computer employees. It could only handle numbers between -32767 and 32767 and had some limitations with respect to string arrays, but it was fast.

Enter Bill Gates and Microsoft. Apple was looking for a new version of Basic for the Apple II Plus[?] computer with 48 KB of RAM. It seems Microsoft was the Basic vendor of choice at the time; Apple licensed a 10 KB assembly language version of Basic called "Applesoft." It was similar to Basic implementations on other 6502-based computers: it used line numbers, spaces were not necessary in lines, plus it had some killer features that Integer BASIC lacked:

Why weren't many action games written in Applesoft Basic?

Here's Hello World in Applesoft Basic:

 10 TEXT:HOME
 20 ?"HELLO WORLD"

Source: http://everything2.com/?node=Applesoft+BASIC

wikipedia.org dumped 2003-03-17 with terodump