Help for this page

Select Code to Download


  1. or download this
    steals(PERP, STUFF) :-
        thief(PERP),
        valuable(STUFF),
    ...
    owns(merlyn,gold).
    owns(ovid,rubies).
    knows(badguy,merlyn).
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    use warnings;
    ...
    while(swi_next) {
        print swi_var(STUFF), $/;
    }