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

> Macro (excerpt)
> 
> ```
> if(!direction == "Up") {
>   return "Down"
> }
> ```