> I have an interesting situation where I think facts are getting created
> without an assert. I think they are being created in the following query:
>
> (defquery get-page-by-number
> (declare (variables ?number))
> (Page (number ?number))
> )
>
> OR, they are being created by the user of the query:
>
> (bind ?q (run-query get-page-by-number ?thisPage))
> (if (?q hasMoreElements) then
> (bind ?page (get-next-fact ?q))
> (modify ?page (onSection ?section))
> )
>
> I am guessing that the query does return something, even though no Page
> facts are created beforehand.
>
>
> ______________________________________________
> Matt Bishop - Engineering Manager, UpFront
>
> "The great thing about standards is that there are so many to choose
> from."
>
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------