Definitions for "Compound statement"
A Pascal statement that combines more than one statement, separated by semicolons ";" and enclosed between "begin" and "end".
A sequence of statements enclosed in braces ({}). Can be used to perform multiple tasks any time a single statement is expected.
a block of code