RosettaCodeData/Task/Create-a-file/Common-Lisp/create-a-file-2.lisp

4 lines
87 B
Common Lisp
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
(with-open-file (stream "output.txt" :direction :output)
;; use the stream here
)