Import

(import string) -> #f

A module function. This loads the given module, making all exported procedures within it available as globals.

Example:

>> (import "lib/conn")
:: #f

loads the file conn.mo, found in the lib subdirectory.

See Also: module, export