[text] tag and EOF

Started by kosh, June 02, 2012, 02:38:28 AM

Previous topic - Next topic

kosh

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.

Lutz

#1
Now displays the correct error behavior: http://www.newlisp.org/downloads/development/inprogress/">http://www.newlisp.org/downloads/develo ... nprogress/">http://www.newlisp.org/downloads/development/inprogress/

kosh

#2
Thanks! It works well.