diff options
Diffstat (limited to 'LogicTest.icl')
-rw-r--r-- | LogicTest.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LogicTest.icl b/LogicTest.icl index 6c13eb7..4113673 100644 --- a/LogicTest.icl +++ b/LogicTest.icl @@ -55,5 +55,5 @@ exprs_assoc = [e10,e11,e12,e13,e14,e15,e16,e17] //Start = map toString exprs_rand //Start = map toString exprs_assoc -Start = show Plain (compute (truthtable e15)) +Start = /*show Plain (compute*/ (truthtable_n [e1, e4])//) |