Description:

A block is a sequence of statements separated by semicolons. A block statement is a block that is optionally surrounded by curly braces. For more details, see ircii syntax.

Example:

A block statement containing two statements

{
	echo one;
	echo two
}