User:Pk

-- This is only a test.
local s = 'string'
local n = 1.0
local b = true
assert(b)
function f(x)
  return x + 1
end