06.11.2014 Views

Introduction to SWI-Prolog & Its Graphical Tracer Programming ...

Introduction to SWI-Prolog & Its Graphical Tracer Programming ...

Introduction to SWI-Prolog & Its Graphical Tracer Programming ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Let's Use the abs(X,Y) Rules<br />

abs(X,Y) :- X >= 0, Y is X<br />

abs(X,Y) :- X < 0, Y is X * -1<br />

And compile...

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!