<!-- Create an array of the strings "Bread", "Pan", "Book" --> (set: $arrayInventory to (a: "Bread", "Pan", "Book") ) <!-- For each entry in the expanded array in turn, --> <!-- set the entry to the temporary variable _temp --> (for: each _temp, ...$arrayInventory)[ You have _temp.]