Difference between revisions of "Language Reference"
From wiki.visual-prolog.com
m (spell & grammar) |
(Chinese version) |
||
Line 20: | Line 20: | ||
The "actual" code of a Visual Prolog is the {{lang|Clauses|clauses}}, which are located in {{lang|Implementations|class implementations}} and which implements {{lang|Predicates|predicates}}. | The "actual" code of a Visual Prolog is the {{lang|Clauses|clauses}}, which are located in {{lang|Implementations|class implementations}} and which implements {{lang|Predicates|predicates}}. | ||
== Visual Prolog 7.2 Language Reference in other Languages == | |||
[http://download.pdc.dk/vip/72/documentation/LanguageReference_chinese.pdf Visual Prolog 7.2 Language Reference in Chinese (PDF file)] |
Revision as of 11:06, 29 May 2009
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.