print #handle, "box x y"
This command draws a box using the pen position as one corner, and x, y as the other corner.


print #handle, "boxfilled x y"
This command draws a box using the pen position as one corner, and x, y as the other corner.  The box is filled with the color specified using the other BACKCOLOR command.


print #handle, "circle r"
This command draws a circle with radius r at the current pen position.


print #handle, "circlefilled r"
This command draws a circle with radius r, and filled with the color specified using the BACKCOLOR command.
