Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 592 Bytes

evaluation.md

File metadata and controls

10 lines (7 loc) · 592 Bytes

Evaluation

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.