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