Control flow and expressions
Control flow statement is a statement that results in a choice being made as to which of two or more paths to follow.
Move achieves control flow by using if-else expressions and loops.
If expression:
For all integer types all the values except 0 are considered true.
Last updated