Handbook
Glossary
draw-circle ( center size -- )
Vocabulary
processing
.
shapes
Inputs
center
an
object
size
an
object
Outputs
None
Definition
USING:
arrays
kernel
;
IN:
processing.shapes
:
draw-circle
( center size -- )
dup
2array
draw-ellipse
;