Guest User

Untitled

a guest
May 27th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. store(leftorium).
  2. store(sprawlmart).
  3. store(trynsave).
  4. store(kingtoots).
  5. item(greendress).
  6. item(saxophonebook).
  7. item(slingshot).
  8. item(pacifier).
  9.  
  10. % bought(gift, shop)
  11. bought(X, Y) :- item(X), store(Y).
  12.  
  13. % after(shop, shop)
  14. after(X, Y) :- store(X), store(Y).
Add Comment
Please, Sign In to add comment