how to refer the result a rule in the result of another rule e.g.
result = contract.wage + rules.SPECIAL_ALLOWANCE
I can see the result of the rule SPECIAL_ALLOWANCE in the salary computation but cannot pick it / add it in the result of another rule
----------------------------------------
Whats the correct sntax for refering another rule having code SPECIAL_ALLOWANCE
'rules.SPECIAL_ALLOWANCE'