Re: JESS: variable facts

2005-11-11 Thread ejfried
I think =?iso-8859-1?Q?=5BEXTERN=5D_Manuel_Kollmu=DF?= wrote: > Isn_t it possible to assert a variable as a fact or a variable fact? > like this: > > (bind ?var number1) > _. > (assert (?var)) No, the type of the fact must be known when the call to "assert" is compiled. You can use an extra lev

JESS: variable facts

2005-11-11 Thread [EXTERN] Manuel Kollmuß
Isn’t it possible to assert a variable as a fact or a variable fact? like this:   (bind ?var number1) …. (assert (?var))