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
}
block.txt · Last modified: 2006/08/01 21:06 (external edit)