.he 'MISHAP035''Page %'
.fo 'Aaron Sloman''February 78'
.sp
: 35		Not enough memory
.br
You've either compiled too many functions, or built data-structures
which are too large. E.g. if you've got a very large turtle picture,
or a large database, this can cause trouble.
The "culprit" will probably not mean anything.
If there's a word like "function" or "lambda" in the calling sequence,
this implies the system ran out of space during compilation.
Sometimes starting again can help, e.g. if you've loaded library
functions you don't really need. Otherwise you may need to re-design
your programs, or switch to a bigger computer!
Ask for advice.
