Content deleted Content added
m Add inline code styling. |
m Make whitespace usage more consistent |
||
Line 84:
<syntaxhighlight lang="prolog">
p(a). p(b). p(c).
{q(a), q(b), q(c)}2.
</syntaxhighlight>
Line 111:
</syntaxhighlight>
If the extension of <code>q</code> is <code>{q(a1), q(a2), ...
<syntaxhighlight lang="prolog">
|