- (dynamic-import IDs MODs [DEF])syntax
Defines the identifiers IDs, imported from the first available module in MODs, using the default specification DEF when all modules are unproductive.
- IDs ; (or symbol (list-of symbol)) ; single, or multiple, identifiers
- MODs ; (or symbol (list-of symbol)) ; single, or multiple, module specifications
- DEF
- (default *) ; use (list * ...) as the default bindings
- DEF
- list ; use as the default bindings
- DEF
- ((or integer list) --> list) ; use for the default bindings
(length IDs) must match (length DEFs).