+A **conditional statement** executes a block of code only if a specified [condition](/wiki/condition) is met. Essential in [logic](/wiki/logic) and [programming](/wiki/programming), it guides the flow of execution based on specific criteria.
+## See also
+- [If-Else](/wiki/if_else)
+- [Boolean](/wiki/boolean)
+- [Control Flow](/wiki/control_flow)
... 1 more lines