diff options
Diffstat (limited to 'example.pl')
-rw-r--r-- | example.pl | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,5 +1,3 @@ -:- dynamic(math/4). - math(A,B,C,D) :- D is A + B + C * A. parentest :- @@ -28,9 +26,3 @@ curly(A) :- A = {one,two,three}. length([], zero). length([Head|Tail], suc(Length)) :- length(Tail, Length). - -:- initialization(could_be_friends(bob, sam)). - -:- initialization(length([a,b,c,d], Len)). - -:- initialization(length(_,_)).
\ No newline at end of file |