I think korz, david wrote:
> Executing the following code does not produce what I expected.
> 

> (deftemplate work
        ...
>       (slot blist)


Here's the problem: blist should be a multislot, since you want it to
contain a Jess list. You can't put a ValueVector into a single slot --
the behavior is undefined (i.e., Bad Things Will Happen.) If you
change "slot" to "multislot"  above, you'll find that your program
works as you expect.




---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to