Chapter 5: Programming Statements

Statements specify how and in what order objects are manipulated. Statements are separated by semicolons or line breaks. Multiple statements in the same line are separated by semicolons. Putting a semicolon to the end of a statement triggers the execution of the statement immediately in a console environment.