Memory is reserved for the variable NUMBER,
since NUMBER has not been used before in the program.
LET
Recall the details.
A LET Statement:
Assume that memory has just been reserved for NUMBER
in the LET statement.
What happens NEXT as the
LET statement executes?
' Example LET statement LET NUMBER = 5 + 2 PRINT NUMBER END