[text] tag and EOF
Posted: Sat Jun 02, 2012 9:38 am
Hi Lutz.
This file is a script which assign a string into str. but missing [/text] tag.
When execute this script, becomes the error by lack of memory.
I want to work as follows:
Regards.
This file is a script which assign a string into str. but missing [/text] tag.
Code: Select all
;; foo.lsp
(setq str [text]
AAA
BBB
CCC
EOF
Code: Select all
$ newlisp foo.lsp
ERR: not enough memory
Code: Select all
$ newlisp foo.lsp
ERR: missing end of text [/text]