---
title: "Logical Example 1"
canonical: "https://support.appfire.com/space/PSCONF/15305274/Logical%20Example%201"
format: markdown
---
> Macro (aura-html)

> Macro (excerpt)
> 
> ```
> if(1 == 1 && 2 == 2) {
>     return true;
> }
> ```