.he 'MISHAP011''Page %'
.fo 'Aaron Sloman''January 78'
.sp
: 11 	Impermissible (or missing) closing bracket
.br
This error can have a number of different causes. The error
message includes two "culprits" to help you track down whats
gone wrong.
E.g. in an "if" statement a "then" is expected, and
later a "close". But if an "end" or a ")" is found first, you'll
get an error, unless things are "properly nested".
Similarly if you've typed "close" instead of
"end" at the end of a function definition, or if you type
"]" instead of "(", as in "HD(LIST]".
.sp
When the system starts, or restarts, after a setpop, the only
closing bracket expected is the logging out symbol "CTRL-D",
or ^D. So if an unexpected "end", or "close", or ")" is
encountered then, the error message will say it was expecting ^D.
You will get a similar message, including line number, if
you've put a spurious closing bracket somewhere between
two function definitions in a file.
