fasl-read

$Revision: 5.0.2.4 $

Function

Package: EXCL

Arguments: (file)

This function loads the data previously written to a file using fasl-write. The return value is a list of the data items written to the file. The list will have one element for each invocation of fasl-write used in creating the file. The data returned is independent of the value of *package* when fasl-read is called.

The file argument must be filename specified as for load. Standard load search-list processing is done on this name to find a file to load (see loading.htm). The file that is loaded must have been written using fasl-write.

See 2.0 The fasl reader/writer in miscellaneous.htm for more information on fasl-read and fasl-write.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.