Path: utzoo!attcan!uunet!samsung!think!mintaka!snorkelwacker!apple!brutus.cs.uiuc.edu!uakari.primate.wisc.edu!uwm.edu!lll-winken!ames!dftsrv!mimsy!raghu From: raghu@mimsy.umd.edu (Raghu Karinthi) Newsgroups: comp.sys.ti.explorer Subject: Prolog Message-ID: <21783@mimsy.umd.edu> Date: 12 Jan 90 05:39:26 GMT Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 16 This is a rather trivial question on Prolog. I have Prolog system 2.0 running on an Explorer II and at the query prompt, I type the following: ?- [user]. | likes(john,mary). | ?-likes(john,X). | No I cant see why a simple program as that is not working. Can some one say whats the problem here? Thanks Raghu