We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac059d commit b109dc0Copy full SHA for b109dc0
src/truth-table.lisp
@@ -5,7 +5,7 @@
5
6
(defparameter *truth-string* "T")
7
(defparameter *false-string* "F")
8
-(defparameter *output-stream* nil
+(defparameter *output-stream* *standard-output*
9
"Default stream to write the results")
10
11
(defun propositionp (symbol)
0 commit comments