Guest User

Untitled

a guest
Feb 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. numbers([one,two, three, four, five]).
  2. number(X) :- numbers(N), member(X, N).
  3. check_lower(N1,N2) :- number(N1), N1=N2.
Add Comment
Please, Sign In to add comment