Jump to content

Expression (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Danakil (talk | contribs) at 00:18, 29 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 in a programming language is a combination of value (programming)s and functions that, interpreted according to the particular rules of precedence and of association for a particular programming language, computes and returns returns another value.

Expressions may or may not have side-effects.