The exception, the doInOrder block

By default, the programming statements in an Alice program will be executed in the order that they appear in the program.

This is called sequential execution of code.  (You will learn about selection logic and looping later.)