directive
info/1
ï
Descriptionï
info([Key is Value, ...])
Documentation directive for objects, protocols, and categories. The directive argument is a list of pairs using the format Key is Value. See the Entity documenting directives section for a description of the default keys.
Template and modesï
info(+entity_info_list)
Examplesï
:- info([
version is 1:0:0,
author is 'Paulo Moura',
date is 2000-11-20,
comment is 'List protocol.'
]).