summaryrefslogtreecommitdiffstats
path: root/scrap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scrap.lua')
-rw-r--r--scrap.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/scrap.lua b/scrap.lua
new file mode 100644
index 0000000..1eb6846
--- /dev/null
+++ b/scrap.lua
@@ -0,0 +1,4 @@
+-- scrap --
+t = { apple = "green", orange = "orange", banana = "yellow", strawberry = "red" }
+table.foreach(t, print)
+