Newsgroups: comp.ai.shells
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!howland.reston.ans.net!pipex!uunet!psinntp!hk.super.net!news.ust.hk!hpg30a.csc.cuhk.hk!eng_ser1!cflau1
From: cflau1@ie.cuhk.hk (Lau Chong Fuk)
Subject: Question about CLIPS
Message-ID: <CzICCA.LB4@eng_ser1.erg.cuhk.hk>
Summary: A question about CLIPS
Keywords: CLIPS
Lines:  17
Sender: news@eng_ser1.erg.cuhk.hk
Organization: Engineering Faculty, The Chinese U. of Hong Kong
Date: Sat, 19 Nov 1994 09:14:33 GMT

Dear all,

	Does anyone know who to construct a deffacts containing local variables in the
RHS of a rule?

eg.  (defrule try
        (man ?name)
        =>
        (deffracts facts-about-man
           (man ?name)))

Why is the above rule invalid, how can I construct the deffacts?

Thank you in advance.
Lau Chong Fuk

