Hi every one ,I am happy to join you,,,,
I have question:
I have this database which is Blocks world.I am trying to define a predicate for finding all blocks to the right of a given block as list.The DataBase as follow:
on(b,c).
on(d,e).
on(e,g).
desk(a).
desk(b).
desk(d).
desk(f)...