From Wikipedia, the free encyclopedia


local n = {

    helloworld = function(frame)

        name = frame.args.name  or 'unknown'

        return 'Hello from Lua ' .. name

    end

}



return n
From Wikipedia, the free encyclopedia


local n = {

    helloworld = function(frame)

        name = frame.args.name  or 'unknown'

        return 'Hello from Lua ' .. name

    end

}



return n

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook