o(X):- 1 is mod(X,2).e(X):- 0 is mod(X,2).
o(100). e(101). e(100). o(101).
GNU Prolog 1.3.1 By Daniel Diaz Copyright (C) 1999-2009 Daniel Diaz no no yes yes
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!