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
}
 
block.txt · Last modified: 2006/08/29 15:20
 

All documentation is available under the same terms as EPIC itself.