Language Reference/Program Sections

From wiki.visual-prolog.com

< Language Reference

Revision as of 10:34, 26 October 2012 by Thomas Linder Puls (talk | contribs) (links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sections are used to declare and define entities in scopes.

Section :
   ConstantsSection
   DomainsSection
   PredicatesSection
   ConstructorsSection
   PropertiesSection
   FactsSection
   ClausesSection
   ConditionalSection

Section: ConstantsSection, DomainsSection, PredicatesSection, ConstructorsSection, FactsSection, ClausesSection, PropertiesSection, 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 Conditional Compilation.