VE Lua Documentation

Press F to search!

output

Definition


-- @/=[C]:-1
function output(...)

Callers

@/lua/common/libs/resty/template.lua

function template.output(s)
    if s == nil or s == null then return "" end
    if s == nil or s == null then return "" end
    if type(s) == "function" then return template.output(s()) end
    return tostring(s)
    end
    return template.output(s)
end
                else
                    c[j] = "___[#___+1]=template.output("
                    c[j+1] = trim(sub(view, p, e - 1))