Skip to content

Commit b109dc0

Browse files
committed
[truth-table] Fix *output-stream* default: set to *standard-output*
1 parent 5ac059d commit b109dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/truth-table.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
(defparameter *truth-string* "T")
77
(defparameter *false-string* "F")
8-
(defparameter *output-stream* nil
8+
(defparameter *output-stream* *standard-output*
99
"Default stream to write the results")
1010

1111
(defun propositionp (symbol)

0 commit comments

Comments
 (0)