print #handle, "ellipse w h"

This command draws an ellipse centered at the pen position of width w and height h.

print #handle, "ellipsefilled  w h"

This command draws an ellipse centered at the pen position of width w and height h.  The ellipse is filled with the color specified using the command backcolor.


