Hello,

This one is probably easy, but I am new to rules based systems and I can't
seem to solve this issue without undue complexity. Given the following
facts...

(x (y string) (z str-idx))
(x (y string) (z str-idx3))
(x (y string2) (z str-idx))
(x (y string2) (z str-idx2))
(x (y string2) (z str-idx3))
(x (y string3) (z str-idx))
(x (y string3) (z str-idx1))
(x (y string3) (z str-idx2))
(x (y string3) (z str-idx3))

I need to printout.

string
  str-idx
  str-idx3
string2
  str-idx
  str-idx2
  str-idx3
string3
  str-idx
  str-idx1
  str-idx2
  str-idx3 
  
Any help is greatly appreciated.
Thanks,
Ryan


---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to