Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Productive, Prolog, and Perl

by Ovid (Cardinal)
on Jun 03, 2002 at 03:04 UTC ( [id://171113]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    steals(PERP, STUFF) :- 
        thief(PERP),
    ...
    owns(merlyn,gold).
    owns(ovid,rubies).
    knows(badguy,merlyn).
    
  2. or download this
    ?- steals(badguy,X).
    
    ...
    ?- steals(merlyn,X).
    
    No
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://171113]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 12:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found