delphimvcframework/samples/winecellar/Win32/Debug/Lua/helper/view.lua
2013-10-29 15:51:16 +00:00

6 lines
84 B
Lua

require "Lua.logger"
function _out(value)
response:out(tostring(value))
end