Difference between revisions of "Language Reference"
From wiki.visual-prolog.com
m (spell & grammar) |
m (spell & grammar) |
||
Line 5: | Line 5: | ||
Visual Prolog is a strongly typed object oriented programming language based on the logical programming language Prolog. | Visual Prolog is a strongly typed object oriented programming language based on the logical programming language Prolog. | ||
A Visual Prolog program consists of a ''goal'' | A Visual Prolog program consists of a ''goal'' and a number of: | ||
* {{lang|Interfaces|Interfaces}} | * {{lang|Interfaces|Interfaces}} |
Revision as of 09:41, 21 October 2008
This document describes the syntax and semantics of the Visual Prolog programming language.
Visual Prolog is a strongly typed object oriented programming language based on the logical programming language Prolog.
A Visual Prolog program consists of a goal and a number of:
Which contain declarations and definitions of Prolog entities:
The "actual" code of a Visual Prolog is the clauses, which are located in class implementations and which implements predicates.