pothi.love/0141-indent

3 lines
76 B
Plaintext

indent = function(depth)
return {type='rectangle', w=depth*Indent, h=0}
end