|
|
|
|
Expression (programming)
|
| |
|
| |
An expression in a programming language is a combination of values, variables, operators, and functions that are interpreted (evaluated) according to the particular rules of precedence and of association for a particular programming language, which computes and then produces (returns, in a stateful environment) another value. The expression is said to evaluate to that value. As in mathematics, the expression is (or can be said to have) its evaluated value; the expression is a representation of that value.
Expressions may or may not have side effects.

Discussion
Ask a question about 'Expression (programming)'
Start a new discussion about 'Expression (programming)'
Answer questions from other users
|
Encyclopedia
An expression in a programming language is a combination of values, variables, operators, and functions that are interpreted (evaluated) according to the particular rules of precedence and of association for a particular programming language, which computes and then produces (returns, in a stateful environment) another value. The expression is said to evaluate to that value. As in mathematics, the expression is (or can be said to have) its evaluated value; the expression is a representation of that value.
Expressions may or may not have side effects. An expression with side effects does not normally have the property of referential transparency.
See also
|
| |
|
|