Handbook
Glossary
draw-rectangle* ( x y width height -- )
Vocabulary
processing
.
shapes
Inputs
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
arrays
kernel
;
IN:
processing.shapes
:
draw-rectangle*
( x y width height -- )
[
2array
]
2bi@
draw-rectangle
;