- (include STRING1 STRING2 ...)syntax
- (include-ci STRING1 STRING2 ...)syntax
Include toplevel-expressions from the given source files in the currently compiled/interpreted program. If the included file has the extension .scm, then it may be omitted. The file is searched for in the current directory and all directories specified by the -include-path option.
include-ci works as include but reads files in case-insensitive mode.