1.6. A Program, a Script

The computer will read and execute a program by starting in the upper left hand corner of the code file, and read one statement after the other and execute each one in turn until there are no more statements. Then it will pause and wait for further instructions.

Who said it was complicated.