The **statement** that does the work. `WriteLn` is a built-in procedure that writes text to the screen and then moves to a new line. The text `'Hello, World!'` is a **string literal**, enclosed in single quotes (not double quotes — Pascal always uses single quotes for strings). The semicolon ends th