-
Bug
-
Resolution: Done
-
Major
-
5.5.0.Final, 6.0.0.CR5
-
None
-
None
Reported by Wolfgang on the user list
Reproducer :
rule "process Token"
salience - $prio // by ascending x25No values
when
$token: Token( $x25No: x25No ) // match on int x25No
$elem: ElemType( $prio: x25No == $x25No )
then
retract($token);
end