I think Jordan Redner wrote:

> 
> Jess>
> (defrule rule-1
>    (stock (symbol IBM) (last ?t&(> ?t 100)))
>    (stock (symbol MSFT) (last ?t&(> ?t 60)))

Ooops, sorry. Missing colons.

    (stock (symbol IBM) (last ?t&:(> ?t 100)))
    (stock (symbol MSFT) (last ?t&:(> ?t 60)))


>    =>
>    (printout t " IBM/MSFT was triggered!" crlf)
> )
> Jess reported an error in routine Jesp.parsePattern.
>   Message: Bad slot value .
>   Program text: ( defrule rule-1 ( stock ( symbol IBM ) ( last ?t & (  at
> line 3
> 0.
>         at jess.Jesp.a(Unknown Source)
>         at jess.Jesp.a(Unknown Source)
>         at jess.Jesp.byte(Unknown Source)
>         at jess.Jesp.do(Unknown Source)
>         at jess.Jesp.case(Unknown Source)
>         at jess.Jesp.parse(Unknown Source)
>         at jess.Main.execute(Unknown Source)
>         at jess.Main.main(Unknown Source)
> 
> 
> 
> 
> 
> Jordan
> 



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