Difference between revisions of "W1037 Expressions and Operators"

From Coder Merlin
m (Merlin moved page W1039 Expressions to W1037 Expressions: Improved navigation)
Line 7: Line 7:
* [[W1038 L-Values and R-Values]]
* [[W1038 L-Values and R-Values]]
== Introduction ==
== Introduction ==
An '''Expression''' is a finite series of symbols that is well-formed according to agreed upon rules.  
An '''Expression''' is a finite series of symbols that is well-formed according to agreed upon rules. The symbols may include '''constants''', '''variables''', '''operators''', and '''brackets'''.  A valid expression will yield a value of a specific type according to the rules of the language.
 
== Topic Headers ==
== Topic Headers ==
== Key Concepts ==
== Key Concepts ==

Revision as of 18:42, 28 October 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
ComingSoonIcon.png
Coming Soon
Expressions
The expression of the emotions in man and animals (1872)

Prerequisites[edit]

Introduction[edit]

An Expression is a finite series of symbols that is well-formed according to agreed upon rules. The symbols may include constants, variables, operators, and brackets. A valid expression will yield a value of a specific type according to the rules of the language.

Topic Headers[edit]

Key Concepts[edit]

Exercises[edit]

References[edit]