block
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | block [2006/08/01 21:06] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======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/01 21:06 by 127.0.0.1
