What is a evaluation symbol?
In programming, an evaluation symbol is a symbol that causes the expression immediately following it to be evaluated. For example, in Python, the evaluation symbol is the equals sign (=). In a programming language, an evaluation symbol is a character or symbol used to indicate that the expression it precedes should be evaluated. Examples include the equal sign (=) and the semicolon (;).