Hi Bruno,

> there is this rule in prolog:
> p :- p.
> That is infinitely recursive. If you query the database for
> ...
> How can you write p :- p. in pilog, so that it does the infinite loop that

   : (be p () (p))
   : (? (p))

—Alex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to