delphimvcframework/samples/winecellarWITHDORM/Win32/Debug/Lua/helper/view.lua
2013-11-11 01:05:03 +00:00

6 lines
84 B
Lua

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