A newbie question in Pic:
Having to draw a ruled paper, I finally succeeded in writing this short
program :
.PS
lineWidth=3i
interlineHeight=0.2
line lineWidth;
line lineWidth at last line.start +(0i, -interlineHeight)
line lineWidth at last line.start +(0i, -interlineHeight)
line lineWidth a
On 15-Mar-2012 emmanuel chemla wrote:
> A newbie question in Pic:
> Having to draw a ruled paper, I finally succeeded in writing
> this short program :
>
> .PS
> lineWidth=3i
> interlineHeight=0.2
>
> line lineWidth;
> line lineWidth at last line.start +(0i, -interlineHeight)
> line lineWidth