mathbong
Home
∑ School Math∑ Advanced Math[] Coding</> Utils⎈ Infra◎ My Project
Terms Tools About
KO
Glossary coding Term Page

Loop

syntax that repeats a block of code

loop #coding#c#rust
Korean version

Aliases

loop

Related Concepts

Condition expressionBranchInfinite loopExpressionStatementfor loop

Core Idea

Loop is syntax that repeats a block of code. It usually makes the most sense alongside Condition expression, Branch, Infinite loop.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept

[Rust Series 4] Functions and Control Flow Define functions with fn, understand expressions vs. statements, and design flow with if plus loop/while/for.[Rust 시리즈 4편] 함수와 제어 흐름 fn 정의, 표현식과 구문의 차이, if와 반복문(loop/while/for)으로 흐름을 설계하는 방법을 다룹니다.[C Series 5] Control Flow with Conditionals and Loops Use `if`, `else`, `for`, `while`, `break`, and `continue` in C to change program flow based on values.

© 2026 mathbong. All rights reserved.

RSS