Hello,
How can I avoid to have an error in the following example:
(let ((cancelstring "cancel"))
(ps::ps (ps:create
(ps::lisp cancelstring) "val")))
Error: Slot key (PARENSCRIPT:LISP CANCELSTRING) is not one of symbol, string or number.
Thank you