Readonly
Checks whether a given propositional expression is a well-formed formula (WFF).
A WFF follows these rules:
Parentheses are mandatory when joining two WFFs using binary operators.
The propositional expression as an array of PropSymbols.
true if the expression is a valid WFF, otherwise false.
true
false
Checks whether a given propositional expression is a well-formed formula (WFF).
A WFF follows these rules:
Parentheses are mandatory when joining two WFFs using binary operators.