hello!(sorry about my bad english) I am working first time with jess and i have some problems Here i have a deftempate : (deftemplate mitsos (slot x (type INTEGER)) ) and i created a rule (defrule myrule (mitsos(x (+ ?n 1))) => (printout t "everything is ok" )) although,the jess tell me that i have syntax error at (x (+ ?n 1)))
how can i write it in appropriate way? plz help me!!!! -- View this message in context: http://www.nabble.com/Problem-with-variables-and-rule-syntax-tp21216604p21216604.html Sent from the Jess mailing list archive at Nabble.com.
