Jump to content

Expression-oriented programming language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Danakil (talk | contribs) at 05:25, 30 August 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

An expression-oriented programming language is one where every construction in the language (except macro definitions, pre-processor commands and, perhaps, declarations), including those that look like statements in other languages, can in principle yield a value and let it be used accordingly.

ALGOL 68 is an example of an expression-oriented language. Pascal is not.