summaryrefslogtreecommitdiffstats
path: root/scrap.lua
diff options
context:
space:
mode:
authorKamil Kaminski <kamilkss@gmail.com>2011-12-11 03:33:38 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-12-11 03:33:38 -0600
commita78b14f8315d86b13ff9271659e84b2043f6bdc4 (patch)
tree076deba0bf951bbea398103ee4ee301ab5a67946 /scrap.lua
downloadlua-master.tar.gz
lua-master.tar.bz2
lua-master.zip
initial commitHEADmaster
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)
+