8.2 The library file
The library file: |
|---|
module: dylan-user define library timespace use dylan; use format-out; end library timespace; define module timespace use dylan; use format-out; end module timespace; |
The library file: |
|---|
module: dylan-user define library timespace use dylan; use format-out; end library timespace; define module timespace use dylan; use format-out; end module timespace; |
N Feinberg/S E Keene/R Mathews/P Tucker Withington, DYLAN PROGRAMMING, (c) 1997 Harlequin Inc. Reproduced by permission of Addison-Wesley Longman Publishing Company, Inc. All rights reserved. No further copying, downloading or transmitting of this material is allowed without the prior written permission of the publisher.