Next: Facts
Up: Syntax and Semantics of
Previous: Syntax and Semantics of
- We will use a basic language whose components are:
- Variables, starting with uppercase:
- Constants, either numbers or names starting with lowercase:
Those constants are the Domain of the language
- Atoms, which have the form
,
where:
-
is the name of the atom, and
its arity (i.e. it
admits
arguments) -- usually written
-
are either constants or variables
- Example:
-
-
-
-
- Constraints: we will use only
(syntactic equality)
- We will augment this language later
Last modification: Thu Oct 7 12:04:03 MEST 1999 <webmaster@clip.dia.fi.upm.es>