infer &key ( contexts '(default-context))
contexts is a list of context names.
Starts the forward chaining inference engine with contexts as the initial agenda. The first rules to fire will be from the first context listed in contexts until control is passed on.
The total number of cycles executed (given in *cycle* ).
*cycle*
(infer :contexts '(my-context another-context))