alpha p2
This commit is contained in:
14
core/util.lua
Normal file
14
core/util.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
local std = require("core.std")
|
||||
local symbol = require("core.symbol")
|
||||
|
||||
local M = {}
|
||||
|
||||
function M.cc(tbl)
|
||||
return table.concat(tbl)
|
||||
end
|
||||
|
||||
function M.copyright(link, holder)
|
||||
return symbol.copyright .. " " .. std.external(link, holder)
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user