Hello:
1) Is it possible to write any if then else kind of rule instead of stating all the possibilities in a decision table.

For example: if a == 25
                  print (success)
            else if a == 10
                  print (not bad)
            else
               print (try again)

Thanks,
Ravi
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to