aboutsummaryrefslogtreecommitdiff
path: root/LogicTest.icl
diff options
context:
space:
mode:
authorCamil Staps2016-08-01 09:43:40 +0200
committerCamil Staps2016-08-01 09:43:40 +0200
commit9373cac4ca120dfebba2d98b4bd216d471e1ee92 (patch)
tree17958ac483e411b5031acf388c812e1855e85e41 /LogicTest.icl
parentMakefile, gitignore (diff)
Really fix #1
Diffstat (limited to 'LogicTest.icl')
-rw-r--r--LogicTest.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/LogicTest.icl b/LogicTest.icl
index 4113673..c341b07 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_n [e1, e4])//)
+Start = show Plain (compute (truthtable_n [e1, e4]))