Difference between revisions of "User:Pk"

 
Line 15: Line 15:
 
   return x + 1
 
   return x + 1
 
end
 
end
 +
 +
local tbl = []
 +
 
</source>
 
</source>

Latest revision as of 23:41, 31 March 2013

Text Text Text!!!

-- This is only a test.

local s = 'string'
local n = 1.0
local b = true

if b then getmetatable(obj) end

assert(b)

function f(x)
  return x + 1
end

local tbl = []