statement block

A group of statements executed together. For example, all statements between the WHILE keyword and the END WHILE keywords constitute a statement block. All the statements within the AFTER INPUT block of the INPUT (or INPUT ARRAY statement) are also considered a statement block.

See also control block, program block, statement.