tests/pass/t.lua

Tue, 26 Oct 2010 10:43:56 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 26 Oct 2010 10:43:56 +0100
changeset 57
3e148db7f933
permissions
-rw-r--r--

Add tests/ to the repo

local a = { two = "two" };
a.one = "one"
local b = "one";
print(a[b], a.two)

mercurial