| Paste number 35355: | Problems |
| Pasted by: | marco__ |
| When: | 2 years, 5 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+RA3 |
| Channel: | #lisp |
| Paste contents: |
(with-open-file (stream fairy-pathname)
(loop for line = (read-line stream nil)
when (equalp line "CONTENTS")
do (format t line))This paste has no annotations.