Guest_imported
New member
- Jan 1, 1970
- 0
I am having a problem with my compiler that will not accept my statements. Everytime I ask the compiler to accept it gives a syntax error, does anyone know what I am doing
wrong? I have written the statement below.
taller (raymond, dorothy)
taller (david, kathryn)
taller (kathryn, dorothy)
taller (X,Z) :- taller (X,Y), taller (Y,Z)
wrong? I have written the statement below.
taller (raymond, dorothy)
taller (david, kathryn)
taller (kathryn, dorothy)
taller (X,Z) :- taller (X,Y), taller (Y,Z)