add * and / support

This commit is contained in:
David Botton 2024-04-30 23:55:59 -04:00
parent bf4232029c
commit dacb43e9ce

View file

@ -63,6 +63,9 @@
:client-movement *client-side-movement*)))
(setf clog-user::*body* (window-content win))))
(t
(setf data (format nil "(let ((tmp ~A))
(setf /// //) (setf // /) (setf / (list tmp))
(setf *** **) (setf ** *) (setf * tmp))" data))
(multiple-value-bind (result new-package)
(capture-eval data :clog-obj panel
:private-console-win (when *clog-repl-private-console*