how to add comment in prolog code example
Example: prolog comments
%Prolog ignores everything after this sign
%but only up to the end of the line.
/* However, Prolog ignores everything after this
bracket until the closing bracket (which may
be some lines away). */