The document discusses various control structures in Ring including if/elseif/else statements, switch statements, while loops, for loops, and exceptions handling. It provides syntax examples for each structure, demonstrating how to exit loops, call functions within loops, use logical operators, and handle exceptions.