+An **If Statement** is a foundational [control flow](/wiki/control_flow) construct in [programming](/wiki/programming). It directs a program's path, executing a block of code only when a specified condition is met, akin to a decision point in a journey.
+## See also
+- [Condition](/wiki/condition)
+- [Else](/wiki/else)
+- [Loop](/wiki/loop)
... 1 more lines