Difference between revisions of "Language Reference/Program Sections"
From wiki.visual-prolog.com
m (1 revision(s)) |
|
(No difference)
|
Revision as of 15:22, 15 September 2008
Sections are used to declare and define entities in scopes.
Section : ConstantsSection DomainsSection PredicatesSection ConstructorsSection FactsSection ClausesSection ConditionalSection
Section: constantsSection, domainsSection, predicatesSection, constructorsSection, factsSection, clausesSection, conditionalSection
Not all sections can occur in all kinds of scopes, please refer to the description of Interfaces, Class Declarations, and Class Implementations for further details.
Conditional sections are described in conditionalSection.