READ-LISP-FILE[FUNCTION] |
![]() Cluster-Rules Function Reference | ||||
ARGUMENTS:
| |||||
Description:
Expects a path name to a lisp file and returns the read (but not evaluated) content of the file. For example, if the file ; contains (1 2 3) then the list (1 2 3) is return (i.e., not a string, but a list, but 1 is not called as a function). Note that only the 1st Lisp form in path is returned. |
|