delphimvcframework/samples/winecellarWITHDORM/Win32/Debug/Lua/helper/view.lua

6 lines
84 B
Lua
Raw Normal View History

2013-11-11 02:05:03 +01:00
require "Lua.logger"
function _out(value)
response:out(tostring(value))
end