Glossary coding Term Page

Statement

Code that executes but returns no value

statement #coding#rust
Korean version

Related Concepts

Core Idea

Statement is Code that executes but returns no value, such as variable declarations. It usually makes the most sense alongside Expression, Loop, for loop.

Why It Matters Here

Mathbong reuses this term across rust posts as shared vocabulary.

Posts Mentioning This Concept