Next: , Previous: , Up: scheme library form   [Index]


3.7.1.2 Library names

A ?library-name uniquely identifies a library within an implementation, and is globally visible in the import clauses of all other libraries within an implementation. A ?library-name has the following form:

(?identifier1 ?identifier2?version)

where ?version is empty or has the following form:

(?sub-version …)

Each ?sub-version must represent an exact nonnegative integer object. An empty ?version is equivalent to ().