print #handle, "pie w h angle1 angle2"

This command draws a pie slice inside an ellipse of width w and height h.  The pie slice will begin at angle1, and sweep clockwise angle2 degrees if angle2 is positive, or sweep counter-clockwise angle2 degrees if angle2 is negative.

print #handle, "piefilled w h angle1 angle2"

This command draws a pie slice inside an ellipse of width w and height h.  The pie slice will begin at angle1, and sweep clockwise angle2 degrees if angle2 is positive, or sweep counter-clockwise angle2 degrees if angle2 is negative. The pie slice is fillled with the color specified using the BACKCOLOR command.


