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

> Macro (excerpt)
> 
> ```
> string [] fruitColor;
> fruitColor["Apple"] = "Red";
> fruitColor["Banana"] = "Yellow";
> fruitColor["Orange"] = "Orange";
> ```