Search results

From CSDMS
  • Module:No globals (category Lua metamodules)
    local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil
    307 bytes (54 words) - 13:13, 21 November 2016
  • Module:String (category Lua metamodules)
    failure. For information on constructing Lua patterns, a form of [regular expression], see: * http://www.lua.org/manual/5.1/manual.html#5.4.1 * http://www
    15 KB (2,237 words) - 18:48, 21 November 2016
  • CSDMS:Lua (section About Lua)
    sample of Lua is highlighted by tag "<source lang="lua">...</source>" placed around the Lua source code. To view some more complex examples of Lua, see article:
    11 KB (1,511 words) - 15:46, 21 November 2016