Content deleted Content added
The value of an expression is a value, not an expression |
No edit summary |
||
Line 1:
An '''expression''' in a [[programming language]] is a combination of one or more
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]].
|