The Circle command takes three mandatory arguments and an optional argument. The first two arguments are the x and y coordinates of the center and the third is the radius.
Circle returns and draws the circle.
Input:
Output:
The optional fourth argument is either 0 or 1. If it is 1, then Circle will draw the circle; this is the default. If it is 0, then Circle will erase the circle.