fheader file &rest strings [Function]

Sets the header of file to the concatenation of strings.

Example:

? (fheader "test.score"
         "envelope afn = [(0,0) (.1,1)]"
         "include frobber.hdr")

#<File "test.score">

See Also:

header


Last Modified: 5-Mar-1998