summaryrefslogtreecommitdiffstats
path: root/scrap.lua
blob: 1eb684687eef178d6b6b0c86ad14d3a6f5cfe9c1 (plain)
1
2
3
4
-- scrap --
t = { apple = "green", orange = "orange", banana = "yellow", strawberry = "red" }
table.foreach(t, print)