| Paste number 73275: | exports.dylan |
| Pasted by: | struppi |
| When: | 5 months, 3 weeks ago |
| Share: | Tweet this! | http://paste.lisp.org/+1KJF |
| Channel: | #dylan |
| Paste contents: |
module: dylan-user define library hello-long use common-dylan; use io; end library; define module hello-long use common-dylan; use format-out; end module;
Annotations for this paste:
| Annotation number 1: | hello.lid |
| Pasted by: | struppi |
| When: | 5 months, 3 weeks ago |
| Share: | Tweet this! | http://paste.lisp.org/+1KJF#1 |
| Paste contents: |
library: hello-long executable: hello-foo files: hello-long-exports hello-long