The very first BASIC ever written, with its 15 keywords.
Where it is/was used
Noteworthy characteristics
LET was
required for assignments and expressions. A direct mention of a variable was not valid, as it became in later BASICs.
Every variable might be used as an array of 10 elements, numbered from 1, even without being declared with
DIM.
It was
not meant to create interactive programs. No
INPUT, dear. The
DATA statement was the original way to give something for the program to munch.
Environment and usage
TO DO: notes about the REPL or IDE used, keyboard shortcuts and commands, command-line options for compiling and linking, environment variables which might be set…
Extensions
TO DO: Famous libraries tools and extension packages made for this BASIC
Curiosities
TO DO: Historical notes, anecdotes, what people said about it
Influenced by
Influence for
Versions and successors
References