Module:Bongolium500/learning: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
Bongolium500 (talk | contribs) (Created page with "local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p") |
Bongolium500 (talk | contribs) No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p. | function p.error( frame ) | ||
return nil * 5 | |||
end | end | ||
return p | return p |