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

> Macro (excerpt)
> 
> ```
> if(animal == "Cat" || animal == "Dog") {
>   return "Pet";
> }
> ```