17
Control structures (Web)

The two most important control structures of QF-Test are loops and the conditional execution of nodes. Loops can be implemented by two different kinds of nodes: While and Loop nodes. If, Elseif and Else nodes are available to implement conditional execution.

Video This chapter is also available as a video tutorial at "Control Structures".

If - else

Loops