Block

A block statement

final
class Block : Stat {}

Members

Variables

body
Stat[] body;

A list of statements to be executed by this block

Meta