Hi,
I'm working with JESS 5.1. I wants to use bsave&bload to save regine status. My test is like this:
Jess> (reset)
TRUE
Jess> (assert (foo a b))
<Fact-1>
Jess> (bsave test.bin)
TRUE
Jess> (exit)
Then I enter Jess again:
Jess> (reset)
TRUE
Jess> (bload test.bin)
TRUE
Jess> (facts)
For a total of 0 facts.
There is no facts at all. Anything wrong with that operation? Thanks in advance.
Yun
