Language Reference/Program Sections
From wiki.visual-prolog.com
Revision as of 14:25, 15 September 2008 by Thomas Linder Puls (talk | contribs) (→Program Sections)
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.