Previous
Slide 9 of 27
Slide 9
IF...THEN decisions execute a piece of code if the comparison is true. One statement can follow the THEN keyword, but for doing more, a DO statement can be used to execute a block of code.
Next