mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
6 lines
84 B
Lua
6 lines
84 B
Lua
|
require "Lua.logger"
|
||
|
|
||
|
function _out(value)
|
||
|
response:out(tostring(value))
|
||
|
end
|