Draw circle
CIRCLE xm%, ym%, r% [, z%=1]
Draw a circle with center (xm,ym) and radius r with value z. Only the visible part of the circle is drawn.
| Value | Function |
| 0 | Clear circle(white) |
| 1 | Set circle (black ) |
| 2 | Clear circle (white) |
| 5 | Invert circle |
- SHOW - Visualisation of generated graphic
- ELLIPSE - Draw Ellipse
- LINE - Line draw
|