diff options
author | Camil Staps | 2016-08-01 09:43:40 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-01 09:43:40 +0200 |
commit | 9373cac4ca120dfebba2d98b4bd216d471e1ee92 (patch) | |
tree | 17958ac483e411b5031acf388c812e1855e85e41 /LogicTest.icl | |
parent | Makefile, gitignore (diff) |
Really fix #1
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 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])) |