First BASIC Statements

The following BASIC statements are quite simple and used in the great majority of BASIC programs. Choose a topic by name or letter:
a) LET or assignment statement performs calculations and changes variable values.
b) PRINT displays variables or constants on the screen.
c) REM is the comment statement. It is present to make programs easier to read.
d) INPUT gets information from the user.
e) READ and DATA are related statements for storing data in the program and fetching it.
f) Some example programs
or
x) Exit to the main BASIC foyer

Links:
The Let statement
The Print statement
The REM statement
The Input statement
The Read and Data statements
Examples
BASIC Foyer
A brief history of BASIC
BASIC Flow of Control