๐ฐflow control
๐ง ๆฝๅทฅไธญ
Swift โฉ flow control
a statement that controls the flow of execution in a program.
Swift provides a variety of control flow statements. These include๏ผ
loop statements to perform a task multiple times.
branch statements to execute different branches of code based on certain conditions.
control transfer statements to transfer the flow of execution to another point in your code.
Last updated