rectangle ( x y width height -- )


Vocabulary
pdf.text

Inputs
xan object
yan object
widthan object
heightan object


Outputs
None

Definition


: rectangle ( x y width height -- ) "%d %d %d %d re\n" printf ;