Content deleted Content added
Complex is numerical; add two more basic numerical types. Add some links. Combine disjointed paragraph. Grammar. Remove "note that". Remove "see also" links that are included in the intro. |
edited definition according to "Programming Languages - Principles and Paradigms" |
||
Line 1:
{{Short description|Syntactic entity in a programming language with a determinable value}}
In [[computer science]], an '''expression''' is a [[Syntax (programming languages)|syntactic]] entity in a [[programming language]] that may be evaluated to determine its [[value (computer science)|value]]
In simple settings, the [[return type|resulting value]] is usually one of various [[primitive data type|primitive types]], such as [[string (computer science)|string]], [[boolean expression|boolean]], or numerical (such as [[integer (computer science)|integer]], [[floating-point number|floating-point]], or [[complex data type|complex]]).
|