Closed vindarel closed 4 years ago
Hi,
Here we catch all returned values from EVAL and we print them on multiple lines. We save the special variables * and all (which are already part of the CL-USER package).
*
Now this works:
(values 1 2 3) * ++ ///
This is great! Would you be able to also update the README where *last-result* is mentioned?
*last-result*
updated the readme.
Perfect, thank you!
Hi,
Here we catch all returned values from EVAL and we print them on multiple lines. We save the special variables
*
and all (which are already part of the CL-USER package).Now this works: