I am new to clips, I found that my retract not really delete the facts.
(defrule test
(select ?select~indoor&~outdoor)
=>
(retract ?select)
)
After the clips run this code, I try to check by using (facts),but I still found that the facts select is still there