-- scrap -- t = { apple = "green", orange = "orange", banana = "yellow", strawberry = "red" } table.foreach(t, print)