Language Reference

From wiki.visual-prolog.com

Revision as of 14:04, 10 March 2013 by Yiding (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Language Reference in Chinese