Concept Flow - Boolean type behavior
Declare bool variable
Assign true or false
Use in condition or expression
Evaluate condition
Execute true
End
This flow shows how a boolean variable is declared, assigned true or false, then used in conditions to decide which branch of code runs.