3 Dec
2012
3 Dec
'12
2 p.m.
function commands.LSws_hfilled(str,margin) local _ _= margin and context.hfil() _=string.utfcharacters(str) context(_()) for c in _ do context.hfil() context(c) end _=margin and context.hfil() end -- luigi