Difference between revisions of "Expression"
From Computer History Wiki
(But stubby, but an OK start) |
(No difference)
|
Revision as of 23:58, 26 August 2018
In a programming language, an expression is an entity which combines a number of data item with operators to produce a value which is then used in some way - perhaps saved in main memory or a CPU register for use later in the program.
An example of an expression would be ((A * 3) + b).