READ-LISP-FILE

[FUNCTION]


Cluster-Rules
Function Reference
ARGUMENTS:
  - path    

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.



Auto doc generation by OpenMusic 7.4 © 2024 IRCAM