Content deleted Content added
Martinkunev (talk | contribs) mNo edit summary |
added 1 sentence uderstanding the meaning of expression in mathmatics |
||
Line 1:
An '''expression''' in a [[programming language]] is a combination of [[value (computer science)|value]]s, [[variable]]s, [[operator (programming)|operator]]s, and [[function (programming)|function]]s that are interpreted (''[[Evaluation (disambiguation)|evaluated]]'') according to the particular [[Order of operations|rules of precedence]] and of association for a particular programming language, which computes and then produces (''returns'', in a [[state (computer science)|stateful]] environment) another value. The expression is said to ''evaluate to'' that value. As in [[
Expressions may or may not have [[Side effect (computer science)|side effect]]s. An expression with side effects does not normally have the property of [[referential transparency (computer science)|referential transparency]].
|