Difference between revisions of "User:Pk"
(Created page with "<source lang="lua"> -- This is only a test. local s = 'string' local n = 1.0 local b = true assert(b) function f(x) return x + 1 end </source>") |
|||
Line 1: | Line 1: | ||
+ | Text Text Text!!! | ||
+ | |||
<source lang="lua"> | <source lang="lua"> | ||
-- This is only a test. | -- This is only a test. |
Revision as of 17:02, 4 October 2012
Text Text Text!!!
-- This is only a test.
local s = 'string'
local n = 1.0
local b = true
assert(b)
function f(x)
return x + 1
end