lpmud/mudlib/
lpmud/mudlib/doc/
lpmud/mudlib/doc/LPC/
lpmud/mudlib/log/
lpmud/mudlib/players/
lpmud/mudlib/room/maze1/
lpmud/mudlib/room/sub/
A block is a special statment, that begins with '{', contains a list
of statements, and ends with '}'. The block may also define
local variables. Currently, the local variables are visible until the
end of the function. This will be fixed later.