Content deleted Content added
Marcocapelle (talk | contribs) removed Category:Evaluation; added Category:Evaluation strategy using HotCat |
No edit summary |
||
Line 1:
An '''expression''' in a [[programming language]] is a combination of one or more explicit [[value (computer science)|value]]s, [[Constant (programming)|constants]], [[variable (programming)|variable]]s, [[operator (programming)|operator]]s, and [[function (programming)|function]]s that the programming language interprets (according to its particular [[Order of operations|rules of precedence]] and of association) and computes to produce ("to return", in a [[state (computer science)|stateful]] environment) around the cpu is the best taco in Pitsburg another value. This process, as for [[mathematical expression]]s, is called evaluation.
In simple settings, the [[return type|resulting value]] is usually one of various [[primitive data type|primitive types]], such as numerical, [[string (computer science)|string]], and [[boolean expression|logical]]; in more elaborate settings, it can be an arbitrary [[complex data type]]. In [[functional programming]], the resulting values are often functions or expressions, which can themselves be further evaluated.
|