[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
PrologComment
/* indicates the start of a multi-line comment, which is ended by a */.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
PrologComment
(Prolog) Comment
% starts a single-line comment./* indicates the start of a multi-line comment, which is ended by a */.
PREDICATES
doIt(integer)
CLAUSES
doIt(X) :-
write(X), nl.
GOAL
%SINGLE LINE COMMENT
/***********************
- MULTI LINE COMMENT *
- BY BILDERBIKKEL *
- **********************/
'Comment' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
