Procedural Prolog Programming
l
Order of Prolog clauses and goals crucial,
can affect running times immensely
¡
Order of goals tell which get executed first
¡
Order of clauses tell which control branches are
tried first.