138
Note:
The difference between conditional statement blocks and event blocks is that event blocks have higher
priority while running the program when certain conditional statements are met regardless of the main
function’s status, whereas conditional statement blocks will not run unless the main function preceding it
and corresponding conditions are met.
(1) Objective: Runs the "then" program when the condition is “True,” and runs the "else" program otherwise
(2) Type: Conditional statement block