26 Control structures (Win)

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".

26.1 If - else

26.2 Loops