From: Starting Up the Amstrad: Your First BASIC Commands
evidenceobservational

The RUN command executes a saved sequence of numbered lines.

100% confidence

If you write a program, you have to give each line of code a number, like 10, 20, and 30. This tells the computer the order of your instructions. But the computer will not start the list of instructions on its own. You have to type the word RUN and hit enter. This command acts like a starter pistol. It tells the brain of the computer to start at the lowest line number and follow your instructions step-by-step until the end.

Read the full exploration
What else is in this exploration
2 perspectives3 visualizations2 insights9 media resources5 rabbit holes
evidence
Amstrad BASIC was built directly into the computer's physical memory chip.
evidence
The PRINT command is the most basic way to output data in Amstrad BASIC.
perspective
From a software perspective, Amstrad's Locomotive BASIC is an interpreted language. This means th...
Sign up to unlock
Continue exploring
Starting Up the Amstrad: Your First BASIC Commands
Evidence, perspectives, rabbit holes, and more