Skip to main content

4 docs tagged with "Logic"

View all tags

Boolean Logic

Boolean logic deals with true and false values. These are the fundamental building blocks for making decisions in your macros.

Logic Comparisons

Comparison blocks allow you to compare two values to determine how they relate to each other. These are essential for creating conditions.

Logic Operations

Logic operations allow you to combine multiple conditions to create more complex decision-making rules.

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.