include[syntax] include filenameChezScheme: Expands into a begin form containing the Scheme forms found in filename. Can be used other than toplevel. If filename is not an absolute path, it is searched in the directories in a parameter source-directories. Chicken: Inserts the contents of filename as the toplevel definitions. If filename is not an absolute path, it is searched first in the current directory, then in the directories given by the command-line argument -include-path. The extension of the filename can be omitted if it is ".scm". [syntax] include path-specPLT-Scheme: Inlines the syntax in the file desginated by path-spec in place of this form. path-spec can be just a string, or (file string), or (lib string ...). If path-spec is not an absolute, path, it is resolved as follows.
PLT has some other variations of includes: include-at/relative-to?, include/reader?, include-at/relative-to/reader?. | About This SiteHome Alphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ConceptsConcept:CaseSensitivity Concept:DocumentationFormat Concept:ExtendedLambdaList Concept:FileSystem Concept:FindAndAnyInCollection Concept:ForeignInterface Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup Implementations
External Links |