3 lines
87 B
Common Lisp
3 lines
87 B
Common Lisp
(with-open-file (stream "output.txt" :direction :output)
|
|
;; use the stream here
|
|
)
|