| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
If you load SLIB module, require is extended. See section 11.15 slib - SLIB interface for
details.
require won't load the same file again.
Usually this procedure should be called at the end of the Scheme file
that is to be required. The reason that it should be at the end
of file is that if an error is raised during loading, you may want to
fix the error and require it again.
#t if feature is already provided.