Back to Developer Roadmap

if-else

src/data/roadmaps/golang/content/[email protected]

4.0436 B
Original Source

if-else

Basic conditional statements for binary decision making. if tests condition, else handles alternative path. Can include optional initialization statement. No parentheses needed around condition but braces required. Foundation of program control flow.

Visit the following resources to learn more: