rule* ( head body -- )


Vocabulary
logic

Inputs
headan array representing a goal
bodyan array of goals or a goal


Outputs
None

Word description
Registers the rule to the beginnung of the logic predicate that is in the head.

See also
rule, rules

Definition