Concept Flow - Logical operators (-and, -or, -not)
Evaluate first condition
Evaluate second condition
Apply -and / -or / -not
Result: True or False
Use result in script decision
Logical operators combine or invert true/false conditions to decide script flow.