This document summarizes operators and control structures in the Ring programming language. It describes arithmetic, relational, logical, bitwise and assignment operators. It also covers branching statements like if/else and switch, looping statements like while, for and do/again loops, and flow control statements like exit, loop, and short-circuit evaluation. Examples are provided to illustrate the usage of each operator and control structure.