rebuilt syntax test

This commit is contained in:
leaf corcoran 2011-06-13 08:44:17 -07:00
parent a873203469
commit 64312e48cf

View File

@ -100,4 +100,15 @@ x = x + 10 + 3
local j = j - "hello"
y = y * 2
y = y / 100
local m = m % 2
local m = m % 2
x = 0
local _item_0 = values
for _index_0=1,#_item_0 do
local v = _item_0[_index_0]
_ = ((function()
if ntype(v) == "fndef" then
x = x + 1
return x
end
end)())
end