diff options
author | Kamil Kaminski <kamilkss@gmail.com> | 2011-12-11 03:33:38 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-12-11 03:33:38 -0600 |
commit | a78b14f8315d86b13ff9271659e84b2043f6bdc4 (patch) | |
tree | 076deba0bf951bbea398103ee4ee301ab5a67946 /scrap.lua | |
download | lua-master.tar.gz lua-master.tar.bz2 lua-master.zip |
Diffstat (limited to 'scrap.lua')
-rw-r--r-- | scrap.lua | 4 |
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)
+
|