此内容没有您所选择的语言版本。
13.37. The Right Hand Side
		The Right Hand Side (RHS) is a common name for the consequence or action part of the rule. The main purpose of the RHS is to insert, retractor modify working memory data. It should contain a list of actions to be executed. The RHS part of a rule should also be kept small, thus keeping it declarative and readable.
	
Note
			If you find you need imperative and/or conditional code in the RHS, break the rule down into multiple rules.