Can someone explain slot-specific to me?

ex:

(deftemplate ICD9_COUNTING_GROUP (declare (slot-specific TRUE))
    (slot count)
    (multislot codes))

from the LHS of my rule:

    ?cGroup <- (ICD9_COUNTING_GROUP
        (codes $?codes))

from the RHS of my rule:

(modify ?cGroup (count (+ 1 ?theCount)))

this loops *forever*.

Jess 7.0b4

Thanks,
Roger

Reply via email to