This document summarizes the different control structures available in the Ring programming language. It describes if/elseif/else statements, switch statements, while loops, for loops, and for-in loops. Examples are provided for each to demonstrate their syntax and usage. Exceptions handling is also briefly covered.