Menu

Tree [7996ff] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2015-03-19 Subhashi Palika Subhashi Palika [faf4a3] display the output
 README.md 2015-04-09 Chathu Vishwajith Chathu Vishwajith [7996ff] Add details to README
 truth_table.pl 2015-04-08 Dineesha Dineesha [3e483a] Modify the view of the table

Read Me

WOMBAT: TRUTH TABLES

  • Enter only AND OR NAND NOT NOR operators to the Expression.

  • Variables in your expression query should always begin with capital letters.

  • You can enter expression with any number of variables.

To get the output type

table([variables],expression)

Example

query-table([A,B,C],and (A,B,C)).

To get the number of variables in the expression type

variables([variables in the given expression],X)

Example

query-variables([A,B,C],X).