Evaluation
January 14, 2020 ยท View on GitHub
Evaluation often refers to the evaluation of an expression.
In some programming languages eval is a function which evaluates a string as though it were an expression and returns a result; in others, it executes multiple lines of code as though they had been included instead of the line including the eval.