Hi Lutz.
This file is a script which assign a string into str. but missing [/text] tag.
;; foo.lsp
(setq str [text]
AAA
BBB
CCC
EOF
When execute this script, becomes the error by lack of memory.
$ newlisp foo.lsp
ERR: not enough memory
I want to work as follows:
$ newlisp foo.lsp
ERR: missing end of text [/text]
Regards.
Now displays the correct error behavior: http://www.newlisp.org/downloads/development/inprogress/
Thanks! It works well.