📄️ Boolean Logic
Boolean logic deals with true and false values. These are the fundamental building blocks for making decisions in your macros.
📄️ Logic Operations
Logic operations allow you to combine multiple conditions to create more complex decision-making rules.
📄️ Logic Comparisons
Comparison blocks allow you to compare two values to determine how they relate to each other. These are essential for creating conditions.
📄️ Ternary Logic
The Ternary block is a compact way to make a decision and return a value based on that decision. It works like an inline if-else statement.