I need to use the logical operator or in this case but I get this syntax error. What is the exactly syntax to write this?
CLIPS>
(defrule case2
(or ((PNP Y) (PLF Y) (PIU Y))
((PNP Y) (PLF N) (PIU Y)))
=>
(printout t "- Check the printer-computer cable" crlf))
[PRNTUTIL2] Syntax Error: Check appropriate syntax for the first field of a pattern.
ERROR:
(defrule MAIN::case2
(or ((
CLIPS>