eval
(eval string)
This function evaluates a Lisp
expression, and
returns the result of evaluation.
Arguments |
string any string containing a valid Lisp expression |
Return |
the result of last evaluated expression part |
Example |
(eval (read "(setq xxx
123)")) |
Remarks |
often used with "dynamic"
Lisp expressions : |
© Bricsys NV. All rights reserved. |