This is the mail archive of the guile@cygnus.com mailing list for the guile project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
actually, perusing r4rs Info page reveals:
- essential procedure: load FILENAME
FILENAME should be a string naming an existing file containing
Scheme source code. The `load' procedure reads expressions and
definitions from the file and evaluates them sequentially. It is
unspecified whether the results of the expressions are printed.
The `load' procedure does not affect the values returned by
`current-input-port' and `current-output-port'. `Load' returns an
unspecified value.
so unspecified retval is r4rs-compliant. argh.
thi