Difference between revisions of "Language Reference"

From wiki.visual-prolog.com

(Link to common page)
m (Reverted edits by Thomas Linder Puls (Talk); changed back to last version by Elizabeth Safro)
Line 23: Line 23:
{{ifLRBook|inBook=|notInBook=
{{ifLRBook|inBook=|notInBook=
=== Language Reference in other Languages ===
=== Language Reference in other Languages ===
[http://download.pdc.dk/vip/73/documentation/LanguageReference_chinese.pdf Visual Prolog 7.3 Language Reference in Chinese (PDF file)]


[[Prolog Foundation Classes (PFC) in Chinese]]
[http://download.pdc.dk/vip/72/documentation/LanguageReference_chinese.pdf Visual Prolog 7.2 Language Reference in Chinese (PDF file)]
 
}}
== See also ==
== See also ==
[[Visual Prolog 7.2 Prolog Foundation Classes (PFC) in Chinese]]
[[Visual Prolog 7.2 Prolog Foundation Classes (PFC) in Chinese]]

Revision as of 14:03, 18 September 2012

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.

Language Reference in other Languages

Visual Prolog 7.3 Language Reference in Chinese (PDF file)

Visual Prolog 7.2 Language Reference in Chinese (PDF file)

See also

Visual Prolog 7.2 Prolog Foundation Classes (PFC) in Chinese