Glossary coding Term Page
Expression
any chunk of code that evaluates to a value (`a + b`
Core Idea
Expression is any chunk of code that evaluates to a value (a + b, score >= 80, etc.). It usually makes the most sense alongside Arithmetic operator, Comparison operator, Type conversion.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.