more dumb pr

This commit is contained in:
p.kosyh 2010-05-19 17:31:39 +00:00
parent dd264c07c9
commit 658c28538a

View file

@ -88,7 +88,10 @@ function pget()
end
function p(...)
pr(unpack(arg))
local i
for i = 1, stead.table.maxn(arg) do
cctx().txt = par('',cctx().txt, arg[i]);
end
cctx().txt = cat(cctx().txt, ' ');
end