Hello,
I have Unordered facts defined for the template:
(deftemplate employee
(slot name (type STRING))
(slot age (type INTEGER))
(slot salary (type LONG)))
I intend to list the employees ordered for salary.
How do i get using rules?
Thanks, Eunice Palmeira
