Hello
i am new to parenscript. i am stuck with my attempt to create an instance of a new object.
Why does:
(parenscript:ps (new (*date)))
translates to:
"new(Date());"
instead of:
"new Date();"
i tried various possiblities but simply could not get it. How does on do it properly?
Thanks for help Matus